/* lightbox */

#caption {
    background: none !important;
    bottom: 0;
    height: 70px;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    text-shadow: none !important;
    z-index: 10;
}
#lightbox{
	position: absolute;
	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;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 50%;
	height: 100%;
	background: transparent url(/includes/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/includes/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; 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:#F8F4F1;
	border:0px solid red;
}
	

#PG{width:485px; margin:20px; padding:20px; float:left; clear:both; border:0px solid red;background-color:#ececec;}
#PG_nav{margin:0; padding:0 0 8px 0; float:left; clear:both;}
#PG_nav ul{width:100%; margin:0 !important; padding:0px!important; float:left; clear:both; list-style-type:none !important;}
#PG_nav ul li{ background-color:white;line-height:10px; font-size:10px; text-align:center; width:87px; margin:0px!important; padding:10px 0 10px 10px!important; float:left; clear:none; background-image: none!important}
#PG_nav ul li img {border:1px solid #781E10}
#PG_nav ul li a { height:70px; float:left; line-height:11px;text-decoration:none;color:Black;font:10px Verdana;}
#PG_nav .listselected{text-decoration:underline;}
#PG_photoHolder{margin:0; padding:0; float:left; clear:both; border:0px solid blue;}
#PG_photo{margin:0px; padding:0px; float:left; clear:both;}
#PG_photo { border:1px solid white; background-color:#3D3300}
#PG_caption{width:550px; margin:0; padding:10px 0px 0px 0px; float:left; clear:both; border:0px solid red;}
#PG_nextPreviousArea{width:350px; margin:0; padding:10px 0 0 0; float:left; clear:both;}
#PG_nextPreviousArea a {text-decoration:none;  font-weight:bold}
#PG_previous{margin:0; padding:0; float:left;}
#PG_next{margin:0; padding:0; float:right;}