#back_opacity{
    background: none repeat scroll 0 0 #000000;
	position: absolute;
	display:block;
	width:100%;
    right:0;
    top:0;
    bottom:0;
	left:0;    
	z-index: 1100;
	background-color: rgb(102, 102, 102); 
	opacity: 0.7;
}

#back_color {
	top:0;
	left:50%;
	width:900px;
	margin-left:-450px;
	margin-top: 35px;
    position: fixed;
	display: block;
	text-align:center;
    z-index: 1101;
	opacity: 1;
 }

#back_container {
	border-radius:15px;
    background: none repeat scroll 0 0 #FFFFFF;
	height:580px;
	padding:10px;
}

#close {
	background-image:url(/images/close.png);
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}





















/*fine gallery*/
div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding-right:340px;
	color:#FF6600;
}
div.nav-controls {
	position:absolute;
	margin-left:60px;
/*	float: right; */
}
div.ss-controls {
	float: left;
}


div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 880px;
	/* This should be set to be at least the width of the largest image in the slideshow with padding */
	text-align:left;
	margin:0px; 
	padding:0px;
	float:left;
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	float:left;
	text-align:left; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	text-align:center;
	left: 0;
	margin:0px; 
	padding:0px;
}
div.slideshow a.advance-link {
	/* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: left;
	width:620px;
	margin:0px; 
	padding:0px;
	text-align:center;


}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
	margin:0px; padding:0px;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	margin:0px;
	padding:4px;
	border:1px solid;
	max-width:600px;
	max-height: 375px;
}
div.caption-container {
	float: right;
	position: relative;

}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width:260px;
	float:right;
}

div.caption {
	padding:0px;
	margin:0px;
	float:left; 
	width:250px;
	display:inline-block;
}

div.caption p{
	padding:0px;
	margin:0px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 5px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	text-align:center;
	height:90px;
	border-bottom:2px solid #F60;
}
div.navigation {
	float: left;
	text-align:center;
	width:880px;

}
div.navigation a.pageLink {
	height: 90px;
	float: left;
	line-height:90px;
	
}
div.navigation a.pageLink {
	display:block;
	width: 30px;
	position:relative;
	margin:0px;
	padding:0px;
	background-position:center center;
	background-repeat:no-repeat;
}


ul.thumbs {
	position: relative;
	text-align:center;
	width:780px;
	float:left;
}
ul.thumbs li {
	float: left;
	text-align:center;
	padding: 5px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
	width:110px;
	border: 1px solid #ccc; 
	padding:4px; 
	background: #fff; 
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
