/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* PHOTOS STYLES  */
/* ------------------------------------------------------------------------------------------------------------------------------------ */



#photoset-container {
	margin: 13px 0px 0px;
	padding-bottom: 13px;
}               
/* Pretty Images */
.glean-image{
	position: relative;
	width: 243px;
	height: 190px;
	background: transparent url('../_img/shadow-photoset.png') no-repeat 0 0;
	padding: 9px 12px 11px 10px;  
	cursor: pointer; 
	float: left;   
} 
.glean-image img { 
/*	opacity: .8;   */ 
	width: 208px;
	height: 156px;
	margin: 7px 6px;
}    
.glean-image .overlay {
	width: 222px;
	height: 170px;
	background: url('../_img/gleam-photoset.png') no-repeat;
	position: absolute;
	top: 9px;
	left: 10px;   
	z-index:99;
}    

/*Active hover*/   
#photoset-container .active .glean-image img {
   	opacity: 1;  
	margin: 7px 6px;
	border: none;
} 
#photoset-container .active .glean-image .overlay {
	display: none;
}   
#photoset-container .active .photoset-text a {
	color: #000;  
	background: url('../_img/arrow-small_on.png') no-repeat scroll center right;  
}
#photoset-container .active .photo-count {
	color: #999;  

}  
 
	.cycle {  
	    height:  156px;  
	    width:   208px;  
	    padding: 0;  
	    margin:  0;  
	} 

	.cycle img {  
	    padding: 0px;  
	    width:  208px; 
	    height: 156px; 
	    top:  0; 
	    left: 0 
	} 


.photo-preview {
	width: 232px; 
	min-height: 245px;
	float: left; 
	margin-bottom: 18px;
	padding-right: 3px; 
	font: 11px Helvetica, "Lucida Grande", Arial, sans-serif;
}    
.photo-preview .photoset-text {
	float: left;  
	margin: -20px 12px 0px 12px;   	
}

.photo-preview .photoset-text a {  
	font-size: 10px;
  	text-decoration: none;
	color: #777; 
   	padding-right: 18px;
    background: url('../_img/arrow-small_off.png') no-repeat scroll center right;      
} 
 
.photo-count {
    color: #BBBBBB;
    font-size: 10px;
    font-style: italic;
    margin-top: 4px;
}

.seo-photos {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}  
 
/*#photo-container-hidden {
	padding: 23px;
}    */


#photo-container h2 {
   font-size: 24px;  
	color: #fff;
}    

#photo-container p {
	margin-bottom: 15px;
}
#photo-container-hidden {
	color: #000;
	padding: 23px;
}
#photo-container-hidden h2 {
	color: #000;	
}
#photo-container-hidden .txt {
	color: #000;
	width: 300px;
	float: left;
}
#photo-container-hidden #photos {
	margin-left: 300px;	
}
.seo-photos a {
	border: 4px solid #FFF;
	-moz-box-shadow: 0px  0px 3px #c4c4c4;
	-webkit-box-shadow: 0px 0px 3px #c4c4c4;
	box-shadow: 0px 0px 3px #c4c4c4;
	display: block;
	width: 75px;
	height: 75px;
}
#panel { 
	float: right;
	margin: -30px 0px 4px;
}
#panel li {
	width: 157px;
	height: 26px;
	float: left;
}
#panel li a {
	display: block;
	width: 157px;
	float: left;
	background: url(../_img/share-buttons-sprite.png) no-repeat;
	padding: 26px 0px 0px 0px;
	height: 0px;
	overflow: hidden;
}
#panel #share a {
	background-position: 0px -38px;		
}
#panel #share a:hover {
	background-position: 0px -66px;		
}
html body #at15s {
	margin: -12px 0px 0px 5px !important;	
}
.mini-header {
	display:none;
}

.tray {
	padding-left: 10px;
}
.photo-preview.active {
	background-color: #FAFAFA;	
}
.photo-preview.active .glean-image {
	background-position: 0px -230px;	
}

#photo-container .txt{
	width:260px;
	color:#999999;
}

#photo-container .txt h2{
	color:#666666;
	font-size:16px;
}

#photo-container .txt p{
	margin-top:6px;
	font-size:12px;
}


#close-button{
	text-indent:-9999px;
	display:none;
	position:fixed;
	z-index:506;
	left:50%;
	top:140px;
	width:23px;
	height:23px;
}
#close-button a{
	display:block;
	text-indent:-9999px;
	background:url('../_img/gallery_close.png') 0px no-repeat;
	width:23px;
	height:23px;
}

#back-button{
	min-width:70px;
	position:fixed;
	z-index:502;
	display:none;
	left:50%;
	top:350px;
	width:80px;
	height:80px;
}
#back-button a{
	display:block;
	text-indent:-9999px;
	background:url('../_img/gallery_back.png') 0px no-repeat;
	width:80px;
	height:80px;
}
#next-button{
	position:fixed;
	z-index:501;
	display:none;
	left:50%;
	top:350px;
	width:80px;
	height:80px;
}
#next-button a{
	display:block;
	text-indent:-9999px;
	background:url('../_img/gallery_next.png') 0px no-repeat;
	width:80px;
	height:80px;
}
#photo-container{
	min-height:550px;
}

#measure{
	display:none;
}

#the-photo{
	-webkit-box-shadow:0px 0px 8px #999999;
	-moz-box-shadow:0px 0px 8px #999999;
	box-shadow:0px 0px 8px #999999;
	display:none;
	height:auto;
	border:solid 8px white;
	z-index:500;
	position:fixed;
	left:50%;
	top:150px;
}
.photo-caption {
	font: 11px "Lucida Grande",Arial,sans-serif;
}


