div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. 
	display: none;
	float: right;
	width: 550px; */
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
/*
div#controls {
	width: 120px;
	height: 42px;
	position: relative;
}
div#controls span {
	width: 32px;
	height: 32px;
	display: block;
	z-index: 1;
}
div.controls {
	margin-top: 5px;
	height: 42px;
}
div.controls a {
}
div.ss-controls {
	position: absolute;
	top: 0;
	right: 45px;
	z-index: 70;
}
div.ss-controls span {
	background: url('http://www.zhamkov.com/gallery/js/play.png') top left no-repeat;	
}
div.nav-controls {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 42px;
}
div.nav-controls .prev span {
	background: url('http://www.zhamkov.com/gallery/js/previous.png') top left no-repeat;
	float: left;
}
div.nav-controls .next span {
	background: url('http://www.zhamkov.com/gallery/js/next.png') top left no-repeat;
	float: right;
}
*/
div.slideshow-container {
	position: relative;
	clear: both;
/*	height: 800px; */ /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
/*	position: absolute;
	top: 0;
	left: 0; */
	background-image: url('http://www.zhamkov.com/gallery/js/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	visibility: none;
/*	width: 800px; 
	height:800px; */ /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
/*	position: absolute;
	top: 0;
	left: 0; */
	overflow: hidden;
}
div.slideshow a.advance-link {
	display: block;
	height: 800px;  /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link img {
}
div.slideshow img {
	vertical-align: middle;
	border: 0;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
/*	position: absolute; */
	width: 825px;
/*	top: 0;
	left: 0; */
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 0;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	visibility: hidden;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 0;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#gthumbbox{border:none; text-align:center;width:940px;position:relative;padding:5px;overflow:visible; margin: 0 auto;}
#gthumb {position:relative; overflow:visible; width:825px; margin: 0 auto;}
#gthumbs img{margin: 7px;vertical-align:top;}
#gthumbs a img{border:0;}
#gthumbs a:hover img{border:0;}
#gthumbs a:hover{ /* color:red; */} 

.slideshow-container { height:1100px !important;  }
.captionplus, #phimgtext {visibility: hidden; display: none;}
#thumbtoggler { padding-right: 2px; padding-top: 18px; }
#imgtitle, #photocount { padding-left: 2px;}
#thumbdisplay, div.controls { width: 806px; margin-left: 3px; text-align: center; margin: 0 auto;}
#sociallink { float: right; margin-right: 3px; padding-top: 17px; }
#sociallink img { opacity:0.45; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45); }
#pinitlink { float: right; margin-right: 25px; padding-top: 15px; }
#pinitlink img { opacity:0.50; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); }	
	
/* Navigation arrows for preview mode */
#controls a.ws_next, #controls a.ws_prev{
	outline:none;
	position:absolute;	
	width:80px;
	height:56px;
	margin:-28px 0 0 0;
	z-index:60;
	cursor:pointer;
	opacity:0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}
#controls a.ws_next {
	right: -2px; top:20px;
	background:transparent url(http://www.zhamkov.com/gallery/js/f_arrows_next.png) no-repeat 50% 50%;
}
#controls a.ws_prev{
	left: 0; top:20px;
	background:transparent url(http://www.zhamkov.com/gallery/js/f_arrows_prev.png) no-repeat 50% 50%;
}
div#controls {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
div#controls span {
	width: 100px;
	height: 80px;
	display: block;
	z-index: 1;
	margin-left: -40px;
}

div.ss-controls a, div.ss-controls a:link , div.ss-controls a:visited, div.ss-controls a:active {
	cursor:pointer;
	display: block;
	opacity:0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	 
}

* html #controls a.ws_next,* html #controls a.ws_prev{display:block}
#controls:hover a.ws_next, #controls:hover a.ws_prev {display:block}

#controls a.ws_next:hover, #controls a.ws_prev:hover, div.ss-controls a:hover {
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}


div.controls {
	margin-top: 5px;
	height: 42px;
}
div.controls a {
}
/*
div.ss-controls {
	display: block;
}
*/
div.ss-controls {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 70;
}
div.ss-controls a.play  span {
	background: url('http://www.zhamkov.com/gallery/js/f_arrows_play.png') top left no-repeat;	
}
div.ss-controls a.pause  span {
	background: url('http://www.zhamkov.com/gallery/js/f_arrows_pause.png') top left no-repeat;	
}
div.nav-controls {
	position: relative;
	display: block;
	margin: 0 auto;
}
