/* ###########################
** ### Galerie          ######
** ###########################
*/

/* ### Latestansicht ### */
#gallery-home {margin-top:11px;}
#gallery-home .row{background: #f8eb00;width:235px;height:105px;float:none;min-height:105px;padding:0;position:relative;}
#gallery-home .row .wrap{width:105px;height:105px;float:right;}
#gallery-home .row .text{padding:5px 7px;}
#gallery-home .row .togallery a {position:absolute;left:7px;bottom:7px;}

/* ### Listansicht 1 Spalt. ### */
#gallery {margin-top:11px;}
#gallery  h3 {min-height:35px;margin-bottom:5px;font-weight:normal;padding:3px 5px;font-size:80%;height:30px;overflow:hidden;}
#gallery .row {float:left; width:30%;padding:0 3% 17px 0;min-height:200px;position:relative;}

#gallery .preview {position:relative;overflow:hidden}
#gallery .wrap {margin-bottom:5px;background: #f8eb00;position:relative;overflow:hidden;}
#gallery .num {position:absolute;right:0;padding:3px 5px;background: #1B5FAA;color:#fff;width:13px;height:15px;font-size:80%;margin-top:-21px;font-weight:bold;z-index:100;}
#gallery .date {margin-bottom:6px;font-size:0.8em;}
#gallery .togallery a {position:relative;left:0;bottom:0;}

#gallery .stat {font-size:0.8em;margin-top:1em;}

/* ### Navigation ### */
#gallery-nav {}
#gallery-nav h3 a {font-weight:normal;text-decoration:none;}


/* ### Detailansicht ### */

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.navigation a.pageLink {
	height: 60px;
	line-height: 60px;
}

div.navigation a.next {
background: url(../images/next.gif) no-repeat;
}
div.navigation a.next:hover {}

div.navigation a.prev {
background: url(../images/prev.gif) no-repeat;
}

div.controls {
	margin-top: 5px;
/*	height: 23px;*/
}
div.controls a {

}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
  }
  
div.nav-controls a{
	margin: 0  0 0 15px;
  }
  
div.slideshow {}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 450px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.slideshow a.advance-link:hover {
background:transparent;
}

div.loader,
div.slideshow a.advance-link
/*div.caption-container */{
	height: 355px; /* 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;
	height: 365px;
	overflow:hidden;
}

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;
	top: 25px;
	left: 0;
	background:#fdfabf;
}
div.slideshow a.advance-link {
	display: block;
/*	line-height: 340px; *//* This should be set to be at least the height of the largest image in the slideshow with padding */
	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:focus {
	outline: none;
}

div.slideshow img {
}
div.caption-container {
	float: left;
	position: relative;
	margin-top: 0;
	height:20px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 450px;
}

div.caption {
	padding: 3px 10px 12px 0;
}

div#caption {
	background: #f8eb00;
	font-size:0.8em;
	color:#1b5faa;
}

div.image-title {
	font-weight: normal;
	font-size: 1em;
	padding: 0 0 0 12px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 3px;
	padding: 0;
}
div.photo-index {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 12px 0 0;
}
div.navigation-container {
/*	float: left;*/
	position: relative;
	/*left: 50%;*/
	top:0;
	width:450px;
}
div.navigation {
	float: left;
	position: relative;
/*	left: -50%;*/
	background:#F8EB00;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px 0;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

#thumbs {width:445px;text-align:center;padding-left:5px;}

ul.thumbs {
	position: relative;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	list-style-image: none;
	/*background:#fc0;*/
}
ul.thumbs li {
	list-style-image: none;
	float: left;
	padding: 0;
	margin: 1px;
/*	list-style: none;*/
}
ul.thumbs .thumb img {border:2px solid #fff;}
ul.thumbs .selected img {border:2px solid #1B5FAA;}

a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}

a.thumb:hover {
	background:none;
}

a.thumb:hover img{
border:2px solid #1B5FAA;
}

ul.thumbs img {
	border: none;
	display: block;
}
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;
}

.desc {margin-top:20px;}
