div#container {
	overflow: hidden;
}
div.gallery-slider {
	width:678px;
	height:451px;
	float:left;
	position:relative;
	display: none;
	clear: both;
}

div.gallery-slider a, div.navigation a {
	text-decoration: none;
}
div.gallery-slider a:hover, div.gallery-slider a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	padding:0;
	margin:0;
}
div.controls a {

}
div.ss-controls {
	display:none;
	position:absolute;
	left:5px;
	bottom:7px;
	padding:3px 5px;
	background:#58a8c7;
	z-index:2;
}
div.ss-controls a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
div.ss-controls a:hover {
	text-decoration:none;	
}
div.nav-controls {
	
}
div.nav-controls a.prev {
	position:absolute;width:25px;height:25px;left:-17px;top:214px;background:url('../../../images/content-slider-button1.png') 0 0 no-repeat;cursor:pointer;text-indent:-99999px;z-index:2;
}
div.nav-controls a.prev.current {
	background-position:0 -25px;cursor:default;
}
div.nav-controls a.next {
	position:absolute;width:25px;height:25px;right:-17px;top:214px;background:url('../../../images/content-slider-button1.png') -25px 0 no-repeat;cursor:pointer;text-indent:-99999px;z-index:2;
}
div.nav-controls a.next.current {
	background-position:-25px -25px;cursor:default;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 666px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 439px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	width:666px;
	height:439px;
	float:left;
	padding:5px 7px 7px 5px;
	position:relative;
	background:url('../../../images/konut_slider_bg.png') no-repeat;	
	clear: both;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	padding:0;
}

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:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
	border:none;
	max-width:666px;
	max-height:439px;	
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 666px;
}

div.caption {
	padding:0;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding:0;
}
div.navigation-container {
	width:222px;
	float: left;
	position: relative;
}
div.navigation {
	float: left;
	position: relative;
}
div.navigation a.pageLink {
	position:absolute;
	right:-4px;
	top:40%;
	display: block;
}
div.navigation a.pageLink.prev {
	width:20px;height:40px;float:left;background:url('../../../images/content-slider-button.png') 0 0 no-repeat;cursor:pointer;z-index:2;
}
div.navigation a.pageLink.prev.selected {
	background-position:0 -40px;cursor:default;
}
div.navigation a.pageLink.next {
	width:20px;height:40px;float:left;margin-top:45px;background:url('../../../images/content-slider-button.png') -20px 0 no-repeat;cursor:pointer;z-index:2;
}
div.navigation a.pageLink.next.selected {
	background-position:-20px -40px;cursor:default;
}

div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	width:222px;max-height:448px;float:left;position:relative;padding:0 20px;margin:0 0 0 10px;overflow:hidden;
}
ul.thumbs li {
	width:99px;height:68px;float:left;position:relative;padding:1px 3px 3px 1px;background:url('../../../images/konut_slider_back.png') no-repeat;cursor:pointer;
}
a.thumb {
	width:95px;height:64px;float:left;border:2px solid #fff;border-radius:3px;overflow:hidden;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	max-width:95px;max-height:64px;
}
a.thumb:hover {border-color:none;}
ul.thumbs li.selected a.thumb {border-color:none;}
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;
}
