#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9090;/* added 9000 */
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9100;/* added 9000 */
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a, a:active, a:visited, a:hover { outline: none;}

#jquery-lightbox a img { 
	border: none; 
	margin-top:5px; 
	margin-bottom:-3px;
	}

#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: 9010;/* added 9000 */
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a, a:active, a:visited, a:hover { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#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 {
	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;	
}


/* PHOTO GALLERY */
/* ------------------------------ jQuery LightBox Plugin -------------------------- */
/* jquery-lightbox img {margin: 0px;} */

/* ---------------------- singleBox gallery, multiple thumbnails -------------------- */
#galleryWrapper  .gallery {
	/*float: left;*/
/*	background-image: url(../images/photoGalleryBg.gif); */
	background-position: 15px 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

#galleryWrapper  .gallery ul {
	/*float: left;*/
	list-style: none;
	margin-left: 12px;
	margin-right: 12px;
}

#galleryWrapper  .gallery ul li,
#galleryWrapper .doubleBox .gallery ul li,
#galleryWrapper .tripleBox .gallery ul li {
	display: inline;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 3px;
}

#galleryWrapper  .gallery ul li:hover,
#galleryWrapper .doubleBox .gallery ul li:hover,
#galleryWrapper .tripleBox .gallery ul li:hover {	
	margin: 0px;
	padding: 2px;
	background-color: #dbdbdb;
	border: 1px solid #a8a8a8;
}

#galleryWrapper  .gallery ul img,
#galleryWrapper .doubleBox .gallery ul img,
#galleryWrapper .tripleBox .gallery ul img {
	border: 1px solid #dbdbdb;
	margin: 0px;
	float: left;
}

#galleryWrapper  .galleryNav,
#galleryWrapper .doubleBox .galleryNav,
#galleryWrapper .tripleBox .galleryNav {
		float: left; display: block;
		width: 406px; 
		height: 20px;
		margin: 5px 5px 15px 15px;
		border-bottom: 1px solid #ededed;
	}
	
#galleryWrapper  .gallerySmallNav,
#galleryWrapper .doubleBox .gallerySmallNav,
#galleryWrapper .tripleBox .gallerySmallNav {
		float: left; display: block;
	    width: 162px;  
		height: 20px;
		margin: 5px 5px 15px 15px;
		border-bottom: 1px solid #ededed;
	}	
	
	
	/**/*html #galleryWrapper  .galleryNav,
		*html #galleryWrapper .doubleBox .galleryNav,
		*html #galleryWrapper .tripleBox .galleryNav {margin-left: 7px;}
		#galleryWrapper  .galleryNav .leftArrows,
		#galleryWrapper .doubleBox .galleryNav .leftArrows,
		#galleryWrapper .tripleBox .galleryNav .leftArrows {
			float: left;
			margin-left: 7px;
			margin-bottom: 0px;
		}
		#galleryWrapper  .galleryNav .rightArrows,
		#galleryWrapper .doubleBox .galleryNav .rightArrows,
		#galleryWrapper .tripleBox .galleryNav .rightArrows {
			float: right;
			margin-right: 7px;
			margin-bottom: 0px;		
		}
	
/* ------------------------ singleBox gallery, single thumbnail --------------------- */
#galleryWrapper  .gallery.singleThumb {
	margin-bottom: 15px;
}
#galleryWrapper  .gallery.singleThumb ul {
	margin-bottom: 0px;
}
/**/*html #galleryWrapper  .gallery.singleThumb ul {margin-bottom: 7px;}
#galleryWrapper  .gallery.singleThumb ul li {
	display: none;
}
#galleryWrapper  .gallery.singleThumb ul li.display {
	display: inline;
}
	#galleryWrapper  .gallery.singleThumb ul li.display:hover {
		background-color: transparent;
		border: none;
		margin: 3px;
		padding: 0px;
	}
#galleryWrapper  .gallery.singleThumb .galleryHeader {
	float: left;
	display: block;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 15px 5px 15px;
}
/**/*html #galleryWrapper  .gallery.singleThumb .galleryHeader {margin: 0px 8px;}
#galleryWrapper  .gallery.singleThumb .galleryCount {
	float: left;
	display: block;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 0px 8px;
	margin: 2px 15px;
}
/**/*html #galleryWrapper  .gallery.singleThumb .galleryCount {margin: 2px 8px;}
#galleryWrapper  .gallery.singleThumb .galleryDate {
	/*float: left;*/
	display: block; clear: both;
	color: #7d7d7d;
	margin: 0px 15px;
}


/* -------------------------------- DoubleBox Gallery -------------------------------- */
#galleryWrapper .doubleBox .gallery {
	background-image: url(../images/photoGalleryBgDouble.gif);
	background-position: 16px 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
	#galleryWrapper .doubleBox .gallery ul {
		margin-left: 11px;
		margin-right: 0px;	
	}
		#galleryWrapper .doubleBox .gallery ul li {
			/*margin: 0px 11px 11px 0px;*/margin: 5px;
		}
			#galleryWrapper .doubleBox .gallery ul li:hover {
				margin: 2px;
			}
	#galleryWrapper .doubleBox .galleryNav {
		width: 351px;
	}	
/* --------------------------------- TripleBox Gallery -------------------------------- */
#galleryWrapper .tripleBox .gallery {
	background-image: url(../images/photoGalleryBgTriple.gif);
	background-position: 16px 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
	#galleryWrapper .tripleBox .gallery ul {
		margin-left: 14px;
		margin-right: 0px;	
	}
		#galleryWrapper .tripleBox .gallery ul li {
			margin: 2px;
		}
			#galleryWrapper .tripleBox .gallery ul li:hover {
				margin: -1px;
			}
	#galleryWrapper .tripleBox .galleryNav {
		width: 536px;
		margin-left: 16px;	
	}
	/**/*html #galleryWrapper .tripleBox .galleryNav {margin-left: 8px;}
		#galleryWrapper .tripleBox .galleryNav .leftArrows {
			float: left;
			margin-left: 7px;
			margin-bottom: 0px;
		}
		#galleryWrapper .tripleBox .galleryNav .rightArrows {
			float: right;
			margin-right: 7px;
			margin-bottom: 0px;		
		}
		
		
		
		
/* CSS FOR SAMPLE ADVANCED LIGHTBOX GALLERY
--------------------------------------------------------------------------------------- */		
#sample #jquery-overlay {
	width: 100%;
	height: auto;
	padding: 50px 0px 100px 0px;
	background-color: #000;
}
#sample #galleryContainer {
	position: relative;
	width: 576px;
	margin: 0 auto;
	padding: 15px 0px 18px 0px;
	background-color: #fff;
}
	#sample #galleryContainer p {
		font-size: 10px;
	}
	#sample #galleryContainer h4 {
		width: 354px;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 20px;
	}
	#sample #galleryContainer h5 {
		font-size: 12px;
		font-weight: bold;
	}
	#sample #galleryContainer .galleryDescription {
		color: #898989;
	}
	#sample #galleryContainer #lightbox-secNav-btnClose {
		float: right;
		margin-bottom: -25px;
	}
	#sample #galleryContainer .postedDate {
		color: #6f6f6f;
	}
	#sample #galleryContainer .photoCredit {
		color: #a1aebf;
	}
	#sample #galleryContainer .lightbox-image-details-currentNumber { }


#sample #galleryContainer #lightbox-container-image-box {
	position: relative;
		zoom: 1;
	}
	#sample #galleryContainer #lightbox-image {
		position: relative;
		z-index: 10;
	}


#sample #galleryContainer #lightbox-nav {
	float: left;
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 900;
	width: 100%;
	height: auto;
	background-image: url(../images/transparentPixel.gif);/*this is here for ie6 so that the hover prev/next buttons appear consistently*/
}
	#sample #galleryContainer a#lightbox-nav-btnPrev,
	#sample #galleryContainer a#lightbox-nav-btnNext {
		display: block;
		position: relative;
		z-index: 1000;
		zoom: 1;	
		width: 46%;
		height: 366px; /*needs to be dynamically generated according to image's height */
		background-color: ;
	}
	#sample #galleryContainer a#lightbox-nav-btnPrev {
		float: left;
		left: 0;
		margin-left: 15px;		
	}
		#sample #galleryContainer a#lightbox-nav-btnPrev:hover {
			background-image: url(../images/lightBoxImgs/lightbox-btn-prev.gif);
			background-repeat: no-repeat;
			background-position: left 10%;
		}
	#sample #galleryContainer a#lightbox-nav-btnNext {
		float: right;
		right: 0;
		margin-right: 15px;		
	}
		#sample #galleryContainer a#lightbox-nav-btnNext:hover {
			background-image: url(../images/lightBoxImgs/lightbox-btn-next.gif);	
			background-repeat: no-repeat;
			background-position: right 10%;
		}

/* IE6 HACKS */
* html #sample #galleryContainer a#lightbox-nav-btnPrev,
* html #sample #galleryContainer a#lightbox-nav-btnPrev:hover {margin-left: 7px;}  

* html #sample #galleryContainer a#lightbox-nav-btnNext,
* html #sample #galleryContainer a#lightbox-nav-btnNext:hover {margin-right: 7px;} 
