/* This is the LB area, the image and the image detail that drops down below, 100% width */
#lightbox		{ position: absolute;           left: 0;   width: 100%;                z-index: 100; text-align: center; line-height: 0; }
#lightbox a img		{ border: none; }
/* This is the container of the image with a small "white" margin, resizes from 250x250 to the actual image size */
#outerImageContainer	{ position: relative;                      width: 250px; height: 250px;              background-color: #fff;  margin: 0 auto; }
/* This is the actual container of the image itself */
#imageContainer		{ padding: 10px; }
/* This is the container of the "loading" image, appears briefly at the start */
#loading		{ position: absolute; top: 40%; left: 0%;  width: 100%;  height: 25%;                text-align: center; line-height: 0; }
/* This is the "clickable" area for the prev/next, like a transparent gif on top of the photo */
#hoverNav		{ position: absolute; top: 0;   left: 0;   width: 100%;  height: 100%;  z-index: 10; }
#hoverNav a		{ outline: none;}

#imageContainer>#hoverNav{                              left: 0;}


/* the prev and next buttons */
#prevLink, #nextLink{ width: 49%; height: 100%; display: block; background: transparent url(/components/litebox/images/blank.gif) no-repeat; /* Trick IE into showing hover */ }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/components/litebox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/components/litebox/images/nextlabel.gif) right 15% no-repeat; }

/* this is the container of all the data below the image with a small "white" margin */
#imageDataContainer		{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; }

/* this is the image data container which consists of the "imageDetails" (DESC) the "numberDisplay" (IMAGE 1 of X) and the "bottomNavClose" (CLOSE BUTTON)*/
#imageData			{ padding:0 10px; color: #666; }

#imageData #imageDetails	{ width: 100%; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	