#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:0px;
	border-left:10px solid #ffffff; 
	border-right:10px solid #ffffff; 
	border-top:9px solid #ffffff; 
}

#imageContainer
{
	float:left;
	padding:0px;
	margin:0;
}

#imageContainer img{float:right} 
	
#loading{display:none}
	
#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(/media/build/riverroom/btn_print.gif) no-repeat; */
	/* background: transparent url(/media/build/btn_print.gif) no-repeat; */
	background-color:#ffffff;
	display: block;
	}

/*
#prevLink { left: 0; float: left;background: url(/media/build/riverroom/btn_previous.gif) left 10% no-repeat; }
#nextLink { right: 0; float: right;background: url(/media/build/riverroom/btn_next.gif) right 10% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(/media/build/riverroom/btn_previous.gif) left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/media/build/riverroom/btn_next.gif) right 10% no-repeat; }
*/

#prevLink { margin-left:-71px; left: 0; float: left;background: url(../images/btn_back_off.gif) left 10% no-repeat; }
#nextLink { margin-right:-70px; right: 0; float: right;background: url(../images/btn_next_off.gif) right 10% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/btn_back_off.gif) left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/btn_next_off.gif) right 10% no-repeat; }

#imageDataContainer{
	font: 11px arial, Verdana, Helvetica, sans-serif;	
	/* background-color:#ffffff; */
	background-color:#fff;
	border-top:11px solid #ffffff; 
	border-left:10px solid #ffffff; 
	border-right:10px solid #ffffff; 
	margin: 0 auto;
	padding:0px;
	position: relative;
	line-height: 1.4em;
}

#imageDataContainer img{float:right;}
	
#imageData
{
	padding:0 0px;
}

#imageData #imageDetails{
	float: left; 
	width:100%;
	text-align: left;
	font-size:11px;
	color:#ffffff;
	padding-top:0px;
	padding-bottom:13px;	
}	

#imageData #caption{ 	
	font-family:arial;
	font-size:11px;
	color:#666666;	
	display:none;
	font-weight:normal;
	float:left;
	width:50%;
	background-color:#c60;
}

#imageData #numberDisplay
{ 
	width:50%;
	float:left;
	padding-bottom:0;	
	color:#666666;
	font-size:11px !important;
	font-family:arial;
}			

#bottomNavClose
{
	/*
	float:right;	
	width:40%;
	*/
	position:absolute;
	top:0;
	right:0;
	margin:-30px -10px 0 0;
}	

#bottomNavClose img{float:right;}


#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	/* display: inline-block;  */
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	














