#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#lightbox #customHTML a {text-decoration: none; color: #666666; border-bottom: thin dashed; font: 10px Verdana, Helvetica, sans-serif;}
#lightbox #customHTML a:hover {text-decoration: none; color: #FFFFFF; background-color:#666666; border-bottom: none; font: 10px Verdana, Helvetica, sans-serif;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#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; background: url(../images/lightbox/prevlabel_RCP.gif) left no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/lightbox/nextlabel_RCP.gif) right 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:0px; color: #666; }
#imageData #imageDetails{ margin: 0 5px; width: auto; text-align: left; }	
#imageData #caption{ font-weight: bold; display: block; margin:0; padding:0;}
#imageData #customHTML{ font-weight: normal; width: 100%}
#imageData #hoverNav{ width: auto; position: relative; height: 23px; margin: 0 5px; font-weight: bold;	}
#imageData #bottomNav{ width: auto; height: 28px; margin: 0 5px; text-align: left; }	
#imageData #bottomNav #numberDisplay{ text-align: left; width: 49%; margin-top: 6px; float: left;}			
#imageData #bottomNavClose{width: 49%; float: right; text-align: right;  vertical-align:text-bottom;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
