#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: #1a1a1a;
	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 {	
background: url('../images/prev.png') 10% 50% no-repeat; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/prev.png' sizingMethod='scale');
background-image:expression('none');
}

#nextLink {	
background: url('../images/next.png') 90% 50% no-repeat; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/next.png' sizingMethod='scale');
background-image:expression('none');
}
*/
#prevLink { left: 0; float: left; 
background: url(../images/prev.png) 10% 50% no-repeat;
_background: url(../images/prev.gif) 10% 50% no-repeat;  
}
#nextLink { right: 0; float: right;
background: url(../images/next.png) 90% 50% no-repeat;
_background: url(../images/next.gif) 90% 50% no-repeat;
}

/*
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) 10% 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) 90% 50% no-repeat; }
*/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #1a1a1a;
	margin: 0 auto;
	line-height: 1.4em;
	/*overflow: auto;*/
	width: 100%;
	overflow:hidden;
	padding-bottom:10px;
	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; /*float: left;*/ text-align: left; }	
#imageData #caption{ vertical-align:top;font-weight: bold;	/* margin-left:120px;*/padding-left:10px;padding-top:2px;  width:100%; }
#imageData #caption p { margin:0 10px; }
#imageData #catalog{ vertical-align:top;font-weight: bold;	float:left; padding:0 10px; font:bold 13px verdana; color:#f2e6ca;white-space:nowrap;}
#imageData #numberDisplay{ vertical-align:top;white-space:nowrap;padding-bottom: 1.0em; padding-left:10px;padding-right:10px;	font:bold 13px tahoma; color:#868072; /*float:left;*/}

/*shishik*/
#bottomNav{position:absolute;right:20px;top:17px; z-index:1000;}				
#bottomNavClose{
display:block;
width:25px;
height:25px;
background: url(../images/close.png) no-repeat;
_background: url(../images/close.gif) no-repeat;
}	
/*shishik*/



		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	}
