

#lightbox {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	z-index: 1200;
	text-align: center;
	line-height: 0;
	}
	#lightbox a img {
		border: none;
		max-width: 800px;
		}


#wrap {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	}
	#wrap0,	
	#wrap1,
	#wrap2,
	#wrap3 {
		background: transparent url(/images/shadow/lightbox-rt.png) no-repeat 100% 0%;
		padding: 7px 7px 0 0;
		float: left;
		}
		#wrap1 {
			background: transparent url(/images/shadow/lightbox-lb.png) no-repeat 0% 100%;
			margin: 0;
			padding: 0 0 7px 7px;
			}
			#wrap2 {
				background: transparent url(/images/shadow/lightbox-lt.png) no-repeat 0% 0%;
				margin: -7px 0 0 -7px;
				padding: 7px 0 0 7px;
				}
				#wrap3 {
					background: transparent url(/images/shadow/lightbox-rb.png) no-repeat 100% 100%;
					margin: 0 -7px -7px 0;
					padding: 0 7px 7px 0;
					}		

#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 12px 14px 38px 14px;
	background: #fff url(/images/modules/outerImageContainer-bg.gif) repeat-x 0% 100%;
	font-size:12px !important;
	}
	#imageContainer	{
		padding: 0;
		margin-top: 0;
		text-align: center;
		}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loading img
{
	height: 16px;
	width: 16px;
}
#hoverNav {
	text-align: right;
	position: relative;
	top: 10px;
	margin:6px 0 0;
	}
	#hoverNav a {
		font-weight:bold;
		color: #dc2d92;
		text-decoration: none;
		line-height:12px;
		display:block;
		overflow: visible;
		padding: 0 12px;
		}
	#hoverNav a:hover {		
		text-decoration: underline;
		}
		#prevLink,
		#prevLink:hover {	
			background: transparent url(/images/buttons/button-prev.png) no-repeat 0% 50%;
			float: left;
			}
		#nextLink,
		#nextLink:hover {
			float:right;
			background: transparent url(/images/buttons/button-next.png) no-repeat 100% 50%;
			}

#imageDataContainer {	
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	color: #666;
	background: #fff;
	position: relative;
	top:0;
	z-index:1200;
	}
	#imageData #imageDetails {		
		float: left;
		text-align: left;
		}
		#imageData #caption {
			font-weight: bold;
			text-align: left;
			display: none;
			}
			#imageData #numberDisplay {
			display: none;
			}
	#imageDataContainer .heading {
		height: auto !important;
		line-height: normal !important;
		padding: 0 0 0.6em 0 !important;
		}
		
#imageData #bottomNavClose {
	position: absolute;
	top: -25px;
	right: -45px;
	display:block;
	clear: both;
	background: transparent url(/images/buttons/button-close.png) no-repeat 100% 0%;
	padding: 0;
	height: 40px;
	width: 40px;
	overflow: hidden;	
	z-index: 1500;	
	}
		#imageData a#bottomNavClose:hover {
			text-decoration: none;
			}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100%;
	background-color: #550e37;
	filter: alpha(opacity=80); -moz-opacity:0.8;
	opacity:0.8;
}

.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 */
}


