#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% 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:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {width:100%; text-align:left; position:relative; margin:0 auto; }

.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:135px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#4e4e4e; font-size: 14px; font-family:'Proxima Nova Soft W03 Bd', Arial, Helvetica, sans-serif; text-decoration:none;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{border: 0;}
.photo ul.topic li.active{
	border: 1px solid #c1c1c1!important;
	border-bottom: 0px;
	background-color: #f4f4f4!important;
}
.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#4e4e4e; }
.tab{
	background-color: #f8f8f8;
	padding: 10px;
	border: 0;
	margin: 0px 0px 0px 10px;
}
.tab:first-child{
	margin: 0;
}
.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:51px; border: 1px solid #c1c1c1; list-style:none; padding:0; margin:0; height:1100px; background:#f4f4f4; width:800px; padding:10px 10px; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; border: 1px solid #c1c1c1; left:0; top:51px; list-style:none; padding:0; margin:0; height:1100px; background:#f4f4f4; width:800px; padding:10px 10px; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:135px; height:102px; overflow: hidden; float:left; margin:1px; padding: 10px;}

.photo ul.topic li ul li a
{display:block; width:135px; height:135px; cursor:default; float:left; text-decoration:none; background:#444;}

.photo ul.topic li ul li a img
{display:block; width:135px; }

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:250px; height:188px; border-color:#fff;}