/* CSS Document */

body {
background: #333333;
}
.mediatop {
background: url(images/top.png) no-repeat;
height: 18px;
width: 675px;
}

.mediabottom {
background: url(images/bottom.png) no-repeat;
height: 18px;
width: 675px;
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
text-indent: 30px;
}

.medialeft {
background: url(images/left.png) repeat-y;
width: 9px;
}

.mediaright {
background: url(images/right.png) repeat-y;
width: 9px;
}
.mediamain {
width: 657px;
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
background: #ffffff;
}
#intro {
margin: 10 20 20 20;
color: #ffffff;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
}
h2 {
font-family: Verdana, Tahoma, Arial;
font-size: 18px;
font-weight: bold;
text-align: center;
color:#FF0000;
margin-top: 0px;
}
.subtext {
font-weight: bold;
text-align: center;
margin-top: -10px;
font-size: 12px;
}
#player {
width: 180px;
height: 178px;
float: left;
}
#text {
width: 465px;
margin-left: 5px;
float: left;
vertical-align: top;
min-height: 185px;
}
#playvideo {
margin: 10px auto 10px auto;
height: 30px;
width: 183px;
}
#playtrailer {
margin: 15px auto 10px auto;
height: 30px;
width: 180px;
}
#footer {
margin: 10 20 20 20;
color: #ffffff;
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
}
#span {
clear: both;
}
#space {
min-height: 10px;
}
#clips {
width: 600px;
margin: 10px auto 10px auto;
}
#clipstop {
height: 40px;
}
.play1 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip1.png) no-repeat;
}
.play2 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip2.png) no-repeat;
}
.play3 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip3.png) no-repeat;
}
.play4 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip4.png) no-repeat;
}
.play5 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip5.png) no-repeat;
}
.play6{
float: left;
width: 120px;
height: 30px;
background: url(images/clip6.png) no-repeat;
}
.play7 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip7.png) no-repeat;
}
.play8 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip8.png) no-repeat;
}
.play9 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip9.png) no-repeat;
}
.play10 {
float: left;
width: 120px;
height: 30px;
background: url(images/clip10.png) no-repeat;
}
#pagelinks {
width: 650px
margin: 10px auto 0px auto;
font-family: Verdana, Tahoma, Arial;
color: #FFFFFF;
font-size: 12px;
}
#clear {
clear: both;
}
.lnk {
color: #FFFFFF;
}

/*-------------Picture Galleries----------------*/



/* LightBox Styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #f17100;
}
#lbnoscript {
	display:block;
	width:179px;
	border:1px solid #ffe363;
	background: #ffffef;
	padding:2px;
	margin-top:10px;
}

#lbnoscript b {
	font-size:11pt;
}

#lbnoscript small {
	display:inline;
	font-size:9pt;
}
/* End Lightbox Styles */