/* The toolbar for the Glider content box */

ul#toolbar {
	list-style-type: none;
	float: left;
	height: 28px;
	width: 400px;
	text-align: center;
	list-style: none;
	padding: 0px 0px 0px 65px;
	margin: 0px 0px 0px 0px;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
}
	
#toolbar li a {
	height: 28px;
	display: block;
}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
}

#toolbar li.inactive {
	background-position: bottom;
}
	
#toolbar li:hover {
	background-position: top;
}
		
#toolbar li#film-tab {
	width: 120px;
	background-image: url(/img/toolbar-tabs-film.png);
}

#toolbar li#trailer-tab {
	width: 120px;
	background-image: url(/img/toolbar-tabs-trailer.png);
}

#toolbar li#demo-tab {
	width: 120px;
	background-image: url(/img/toolbar-tabs-demo.png);
}

/* The Glider content box thingy */

.gliderBox {
	float: left;
	width: 490px;
	text-align: left;
	margin: 0 auto;
	border2: 1px solid #FF80FF;
}

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 480px;
	position: relative;	
}
	
#frame div.button {
	position: absolute;
	top: 40%;
}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 400px;
	height: 350px;
	margin: 0 auto;	
	background: #fff url(/img/content_pane-gradient.gif) bottom repeat-x;
	border: 1px solid #C0C0C0;
	overflow: hidden;
}

#gliderContent {
	width: 1200px;
}
	
.GLsection {
	width: 400px;
	float: left;
}

.gliderHeading {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	;
}
.gliderContentText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	;
	color: #993399;
	font-size: 12px;
}
.gliderContentText a {
	color: #993399;
}
.gliderSubHeading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}
.gliderHeadingSubject {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	;
}
.gliderHeadingSubject2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	;
}
.gliderGrayTextCredits {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	;
	color: #999999;
	font-size: 10px;
}
.redRent a {
	color: #CC0000;
	font: 400px;
}
