/* gallerfic styles */

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 20px;
}
.image_container {
	position: relative;
	display: block;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	text-align: center;
	clear: both;
	padding-top: 12px;
}
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
/*	width:445px;
	margin-right: 6px;*/
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #ccc;
	cursor: pointer;
}
div.nav-controls {
	float: right;
}
div.nav-controls a {
	padding: 5px;
}
div.slideshow {
/*	clear: both;
*/	float: left;
}
span.back { width: 125px; height: 69px; position: absolute; top: 72px; left: 384px; background: url(../images/imageTag.png) no-repeat; z-index: 50; visibility: visible; }
em.tag { display: block; text-align: center; font: italic 14px Georgia, "Times New Roman", Times, serif; color: #8F6D3C; padding-top: 15px; margin-left: 0px; }

div.slideshow span.image-wrapper {
	float: left;
	 margin-right: 10px; margin-left: 10px; margin-bottom: 10px;
}
div.slideshow a.advance-link {
/*	display: block;
*/
	width:400px;
	overflow: hidden;
	background-color: #EBEBEB;
}
div.slideshow img {
	border: none;
	display: block;
	cursor:pointer;
	width:200px;
}
div.download {
	float: right;
}
div.embox {
/*	clear: both;
*/	padding: 5px;
	margin-left: 25px;
	color: #91764F;
	float:left;
	width:155px;
}
div.image-title { font-weight: bold; font-size: 1.4em; text-align: left; }
div.image-desc {
	line-height: 1.3em;
	padding-top: 5px;
	 text-align: left;
/*	 float: left;
*/}

.transON {filter: alpha(opacity=100); -moz-opacity: 1; }
.transOFF {opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }


ul.thumbs li {
	margin: 5px 5px 5px 0;
	list-style: none;
	font-size: 9px;
	width: 75px;
	float: left;
}

ul.thumbs li a {float: left;padding: 0px; display: block; opacity:.75;  -moz-opacity: 0.7;
}
ul.thumbs li a:hover {padding: 0px; display: block; opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;
}
ul.thumbs li.selected a {
	background-color: #EBEBEB;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation{  }
div.navigation div.top {
	margin-left: 20px;
	height: 11px;
}
div.navigation div.bottom {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
}
div.pagination a, div.pagination strong { display: block; float: left; margin-right: 3px; padding: 4px 7px 2px; border: 1px solid #ccc; margin-bottom: 15px; font-size: 12px; }
div.pagination a:hover {
	background-color:  #ccc;
	text-decoration: none;
}
div.pagination strong {
	background-color: #ccc;
}
 /* jQuery specific overlay styles */
 #jquery-overlay {
	background-color: #ccc;
	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%;
	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 { padding: 0 10px; color: 91764F; }
#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;	
}
