/*

Alexander Garsden Web - Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/


/* sliding panel */


#panel {
	position: relative;
	left: -40px;
	width: 1201px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

ul.screenings-browser{
text-decoration: none;
list-style-type: none;
}

li.screenings-browser{
}

a.screenings-browser:link {
text-decoration: none;
background-color: #fff;
color: #000;
text-shadow: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 5px;
display: inline;
float: left;
margin-right: 2px;
		}

a.screenings-browser:visited {
text-decoration: none;
background-color: #fff;
color: #000;
text-shadow: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 45px;
padding-right: 45px;
display: inline;
float: left;
margin-right: 2px;
 }

a.screenings-browser:hover {
background-color: #ff0000;
color: #fff;
}

a.screenings-browser:active {
background-color: #fff;
color: #000;
} 
