#lightbox{
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer{
	padding: 10px;
}

#loading{
	background: url(/common_images/skin001/gallery/loading.gif) no-repeat 50%;
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}
	
#hoverNav{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 800;
}
	#imageContainer>#hoverNav{
		left: 0;
	}
	#hoverNav a{
		outline: none;
	}

#prevLink, #nextLink{
	background-image: url(/common_images/skin001/transparent.gif);
	display: block;
	height: 100%;
	width: 49%;
}
	#prevLink {
		float: left;
		left: 0;
	}
	#nextLink {
		float: right;
		right: 0;
	}
	#prevLink:link, #prevLink:hover, #prevLink:visited:hover {
		background: url(/common_images/skin001/gallery/prevlabel.gif) left 15% no-repeat;
	}
	#nextLink:link, #nextLink:hover, #nextLink:visited:hover {
		background: url(/common_images/skin001/gallery/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer{
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
}

#imageData{
	color: #666;
	padding:0 10px;
}
	#imageData #imageDetails{
		float: left;
		text-align: left;
		width: 70%;
	}
	#imageData #caption{
		font-weight: bold;
	}
	#imageData #caption *{
		margin:2px;
		padding:0;
	}
	#imageData #numberDisplay{
		clear: left;
		display: block;
		padding-bottom: 1.0em;
	}
	#imageData #bottomNavClose{
		background: url(/common_images/skin001/gallery/closelabel.gif) no-repeat;
		float: right;
		height:22px;
		padding-bottom: 0.7em;
		width: 80px;
	}
		
#overlay{
	-moz-opacity: 0.6;
	background-color: #000;
	filter:alpha(opacity=60);
	height: 500px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900;
}
	

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.2.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.2
 * @date October 4, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leadrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(/common_images/skin001/transparent.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-nav-btnPrev:hover, #lightbox-nav-btnPrev:visited:hover { background: url(/common_images/skin001/gallery/prevlabel.gif) left 15% no-repeat; }
#lightbox-nav-btnNext:hover, #lightbox-nav-btnNext:visited:hover { background: url(/common_images/skin001/gallery/nextlabel.gif) right 15% no-repeat; }
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
