#lightbox {
	position: absolute;
	top: 40px;
	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;
	}
#lightboxImageDiv {
	overflow: hidden;
}
#lightboxIframe {
	border: 0;
}
#imageContainer{
	padding: 10px;
	overflow: hidden;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loading a {
	display: block;
	background: url(../../../../system/skins/default/images/loading.gif) no-repeat;
	height: 32px;
	width: 32px;
	margin: 0 auto;
}
#navP {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
#prevLink {
	position: absolute;
	top: -5px;
	right: 41px;
}
#nextLink {
	position: absolute;
	top: -5px;
	right: 18px;
}
#closeLink {
	position: absolute;
	top: -5px;
	right: -5px;
}
#prevLink a, #nextLink a, #closeLink a{
	height: 18px;
	width: 18px;
	display: block;
}
#closeLink a {
	background: url(../../../../system/skins/default/images/close.png) no-repeat left top;
}
#prevLink a {
	background: url(../../../../system/skins/default/images/prev.png) no-repeat left top;
}
#nextLink a {
	background: url(../../../../system/skins/default/images/next.png) no-repeat left top;
}
* html #closeLink a {
	background: url(../../../../system/skins/default/images/close.gif) no-repeat left top;
}
* html #prevLink a {
	background: url(../../../../system/skins/default/images/prev.gif) no-repeat left top;
}
* html #nextLink a {
	background: url(../../../../system/skins/default/images/next.gif) no-repeat left top;
}
#prevLink a span, #nextLink a span, #closeLink a span {
	display: none;
}

#imageDataContainer{
	background-color: #FFFFFF;
	margin: 0 auto;
}
#imageListContainer{
	margin: 0 auto;
	position: relative;
}
#imageList {
	position: absolute;
	left: -5px;
	top: -13px;
}
#imageList a, #imageList a:hover {
	margin: 0 5px 5px 0;
	display: block;
	color: #FFFFFF;
	background: url(../../../../system/skins/default/images/page.png) no-repeat left top;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 18px;
	height: 18px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
}
* html #imageList a, * html #imageList a:hover {
	background: url(../../../../system/skins/default/images/page.gif) no-repeat left top;
}
#imageList a.active, #imageList a.active:hover {
	color: #000000;
	background: url(../../../../system/skins/default/images/pageH.png) no-repeat left top;
}
* html #imageList a.active, * html #imageList a.active:hover {
	color: #000000;
	background: url(../../../../system/skins/default/images/pageH.gif) no-repeat left top;
}

#imageList a span {
	color: #FFFFFF;
}
#imageList a.active span {
	color: #000000;
}


#imageData{
	padding:0 10px;
	line-height: 12px;
	font-size: 11px;
	}
#imageData #imageDetails{  }	
#imageData #caption {
	text-align: left; 
	font-weight: bold;
	float: left;
	padding-bottom: 10px;
	color: #666666;
}
#imageData #caption a {
	color: #CCCCCC;
	text-decoration:underline;
}
#imageData #caption a:hover {
	color: #666666;
	text-decoration:underline
}
#imageData #caption a span {
	color: #666666;
}
#imageData #numberDisplay{
	float: right; 
	text-align: right; 
	padding-bottom: 10px;
	color: #CCCCCC;
}				
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	

