﻿/*------------------------------------ Gallery ----------------------------------*/
#content-gallery {
	padding: 10px 0 30px 0;
	width:987px;
	margin:auto;
}                  
#gallery-wraper {
	width:890px;
	margin: auto;
}
#gallery-wraper div.content {
	display:none;
	float:right; 
	width:550px;
}
#content-gallery li {
	padding:0; list-style:none;
}
/*----------------------------------- THUMBNAILS --------------------------------*/
#thumbs {
	margin-top:30px;
	width: 310px;
	float:left;
}
ul.thumbs {
	clear:both; 
	padding: 0px;
	margin: 0px;
}
ul.thumbs li {
	float:left; 
	margin:5px 10px 5px 0; 
	border:1px solid #5b4d33;
}
a.thumb {
	padding:2px; display:block;
}
ul.thumbs li a:hover {
	border-color:#fff;	
}
ul.thumbs li.selected a.thumb {
	background:#837351;
}
ul.thumbs img {
	border:none; display:block;
}
/*--------------------------- TOP AND BOTTOM NAV-NUMBERS ------------------------*/
div.navigation div.top {height:35px;}
div.navigation div.bottom {margin-top:15px;}
div.pagination {clear:both;}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis 
    {display:block; float:left; padding:3px 7px 3px 7px; color:#9a875e; 
     font:11px Arial; background-color:#1b1405; margin-right:2px;}
div.pagination a:hover {background-color:#837351; color:#f2eada; font:bold 11px Arial;}
div.pagination span.current {font:bold 11px Arial; color:#f2eada; 
                             background-color:#837351;}

/*---------------------------- Button PLAY-PAUSE SLIDESHOW ----------------------*/
#controls {margin:14px 0px 0 0; float:right; width:123px; height:20px; 
           padding-right:10px; background:no-repeat bottom left url('/_cms/images/background-play.jpg');}
#controls .ss-controls {padding:3px 0 0 18px;}
#controls .ss-controls a {color:#f2eada; font:bold 11px Arial;}

/*------------------------- Loading image for the BIG PHOTOS --------------------*/
div.loader {
	position:absolute; 
	width:545px; 
	height:409px;
    background-image:url('/_cms/images/loaderWhite.gif');
    background-repeat:no-repeat; background-position:center;
}
	
/*------------------------------- BIG PHOTOS WRAPPER-----------------------------*/
div.slideshow-container {
	position:relative; 
	clear:both; 
	padding:15px;
	border: 1px solid #504429;
	height: 425px;
}
div.slideshow span.image-wrapper {
	position:absolute;
	display: inline-block;
	left: 295px;
}
div.slideshow img {
	border:1px solid #837351;
}
.caption {
	position:absolute;	
	color: white;
	width: 260px;
}
.thumbs .caption {
	display: none;
}
.caption .title {
	font-size: 18px;
	font-weight: bold;
}
.caption .enlarge,
.caption .map {
	display: block;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
.caption .enlarge {
	background-image: url('/_cms/images/glas.png');
	margin-top: 20px;
	margin-bottom: 8px;
}
.caption .map {
	background-image: url('/_cms/images/map.png');
}
.advance-link:hover {
	text-decoration: none;
}
