#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: 15px; }

#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: 26px; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { background: url(/common/img/lightbox/lightbox_bt_03_off.gif) left 50% no-repeat; left: 0; float: left;}
#nextLink { background: url(/common/img/lightbox/lightbox_bt_02_off.gif) right 50% no-repeat; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/common/img/lightbox/lightbox_bt_03_over.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/common/img/lightbox/lightbox_bt_02_over.gif) right 50% no-repeat; }

#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; text-align: center; }	
#imageData #caption{ font-weight: normal;	}
#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; }

#lightbox{
	_margin-top:30px;/* IE6 */
}

#lightbox img{
	width:auto;
	height:auto;
	margin-right:12px;
}

#bottomNav{
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	margin:-12px -12px 0 0;
}

#bottomNav a{
	display:block;
	overflow:hidden;
	width:23px;
	height:23px;
	text-indent:-9999px;
	background:transparent url(/common/img/lightbox/lightbox_bt_01_off.png) left top no-repeat;
}

#bottomNav a:hover{
	background:transparent url(/common/img/lightbox/lightbox_bt_01_over.png) left top no-repeat;
}

*html body #bottomNav a{/* IE6 */
	cursor:pointer;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/lightbox/lightbox_bt_01_off.png', sizingMethod='crop');
}

*html body #bottomNav a:hover{/* IE6 */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/lightbox/lightbox_bt_01_over.png', sizingMethod='crop');
}

#imageData #caption {
	display:block;
	margin:0 5px 15px 5px;
}

#imageData #caption img{
	vertical-align:baseline;
}

#imageData #caption a.textLink_02{
	padding:0 5px 0 18px;
	color:#555;
	text-decoration:none;
	background:transparent url(/common/img/co_ic_01.gif) 0 3px no-repeat;
}

#imageData #caption a.textLink_02:hover{
	color:#28b;
	text-decoration:underline;
	background-position:0 -97px;
}

#imageData #caption p{
	border:1px solid #ccc;
	padding:5px;
	text-align:left;
}

