#lightbox{
	position: absolute;
	top: 100px;
	z-index: 100;
	width: 595px;
	height:570px;
	text-align: center;
	line-height: 0;
	background: url(/scripts/lightbox/images/popup-span.gif) #820000 repeat-x;
	border-left:1px solid #666666;
	border-right: 1px solid #666666;

	}

#lightbox a img{ border: none; }

#toyotaLogo
{
	position:absolute;
	width:151px;
	height:18px;
	background-image: url(/scripts/lightbox/images/powered-by-toyota-top.gif);
	top: 545px;
    left: 420px;
}

#topBackground
{   
	position:absolute;
	left:-1px;
	top:0;
	overflow:auto;
	height:53px;
	width:596px;
	background-image: url(/scripts/lightbox/images/popup-top.gif);
}

#bottomBackground
{   
	position:absolute;
	border-top: 1px solid #666666;
	top: 570px;
	
	height:35px;
	width:595px;
	border-left:1px solid black;
	background-image: url(/scripts/lightbox/images/popup-bottom.gif);
}

#outerImageContainer{
	position: relative;
	
	width: 290px;
	height: 290px;
	margin: 0px auto 0 auto;
	}

#imageContainer
{
	position:absolute;
	padding: 5px;
	top:80px;
	left:5px;
}

#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(/virtual/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; display: none; }
#nextLink { right: 0; float: right; display: none; }
#prevLink:hover, #prevLink:visited:hover { background: url(/virtual/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/virtual/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	width: 300px;
	overflow: auto;
	text-align: left;
	}

#captionArea{
	font: 10px Verdana, Helvetica, sans-serif;

	color: #fff;
	
	width: 500px;
	overflow: auto;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 25px;
	
	}

#captionArea #numberDisplay { margin: 5px; clear: both; text-align: center; }			
#captionArea  { position:absolute; font-weight: bold; font-size:14px; top:60px; }

#imageData{
	padding:10px 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	


#imageData #bottomNavClose{ float: right; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	text-align: center;
	}
	
	#btnPrev
	{
		position:absolute;
		top: 505px;
		left:360px;
	}
	
	#btnNext
	{
		position:absolute;
		top: 505px;
		left:510px;
	}
	
	#numberDisplay
	{
		position:absolute;
		top: 513px;
		left:430px;
	}
	
	#btnPlay
	{
		position:absolute;
		top: 525px;
		left:510px;
	}
	
/*
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	height: 1%;
	}	
*/	