#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;
	padding-top:20px;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 24px;
	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/index/public/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; background: url(../../../images/index/public/lightbox/prevlabel.gif) 5px 30% no-repeat;}
#nextLink { right: 0; float: right; background: url(../../../images/index/public/lightbox/nextlabel.gif) 170px 30% no-repeat;}

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

#imageData{	color: #666;}
#imageData #imageDetails{ width: 100%; text-align: center; }	
#imageData #caption{ font-size:11pt; display:none; padding:4px 0; padding-bottom:15px;}
#imageData #numberDisplay{ display: block; float:left; font-size:10pt;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#bottomNav {
	position: absolute; 
	right: 4px; 
	top: 4px;
	z-index:1000;
}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#RollNumBox {
	text-align:center;
	margin-right: 4px;
	overflow:hidden;
}
#ImagesRollNum {
	font-size:9pt;
	overflow:hidden;
	display:inline;
}
#ImagesRollNum #PrevImg {
	margin-right:8px;
	line-height:16px;
}
#ImagesRollNum #NextImg {
	margin-left:6px;
	line-height:16px;
}
#ImagesRollNum ul {

}
#ImagesRollNum li {
	margin-left:2px;
	width:20px;
	text-align:center;
}
#ImagesRollNum span a {
	background-color:#484937;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:14px;
	opacity:0.7;
	text-decoration:none;
	padding:0 6px 2px 6px;
	margin-right:2px;
}
#ImagesRollNum span a:link, #ImagesRollNum span a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#ImagesRollNum span a:hover, #ImagesRollNum span a.Select:link, #ImagesRollNum span a.Select:visited {
	background-color:#FE934B;
	color:#FFFFFF;
	text-decoration:none;
}


#bottomNav {
	position: absolute; 
	right: 4px; 
	top: 3px;
	z-index:1000;
}		

#outerImageContainer{
	position: relative;
	background: #fff url(../../../images/index/public/lightbox/lightbox_title_bg.gif) repeat-x left top;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-top:20px;
	border:1px #858585 solid;
	border-bottom:0px #858585 solid;
}
#outerImageContainerByfur{
	position: relative;
	background: #fff url(../../../images/index/public/lightbox/furniture_title_bg_1.png) repeat-x left top;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-top:20px;
	border:1px #858585 solid;
	border-bottom:0px #858585 solid;
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 470px;
	padding-bottom:15px;
	border:1px #858585 solid;
	border-top:0px #858585 solid;
}
#imageContainer{
	padding-top: 20px;
}