#picture_overlay{
	position: absolute;
	left: 0;
	top: 0;

	background: #000;
	opacity: 0.9;
	display: none;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	z-index: 5;
}



#galerie_kategorie_txt{
	clear: both;
	margin: 20px 0px 40px 0px;
	color: #BFBDBD;
	line-height: 17px;
	text-align: left;
}
#galerie_kategorie_beschreibung{
	clear: both;
	margin: 40px 0px 40px 0px;
	color: #BFBDBD;
	line-height: 17px;
	text-align: left;
}



#vortraege_kategorie_txt{
	clear: both;
	margin: 20px 0px 40px 0px;

	line-height: 17px;

}





div.galerie_navigation {
	width: 255px;
	overflow: hidden;
	
	display:block;
	margin: 0px 0px 20px 14px;
	
}

div.galerie_content {
	clear: both;
	display: none; 


	display:block;
	z-index: 100;
	
}
/*
	width: 600px;
	height: 500px;
*/

/* hauptbild contaier inhalt*/

div.controls {

	margin-top: 0px; height: 20px;
}
div.controls a {
	padding: 0px;
}

div.ss-controls .noborder{
	border: 1px solid red;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}


/* hauptbild */
div.loader {
	background-position: center 50%; 
	background-image: url(../../img/loader.gif); 
	width: 600px; 
	height: 400px;
	background-repeat: no-repeat; 
	overflow: hidden;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left; padding-bottom: 2px;
}
div.slideshow a.advance-link {

	display: block;
}
div.slideshow img {
	display: block;
	border: 1px solid #555;
}
/*
div.download {
	FLOAT: right
}
*/
div.embox {
	clear: both; 
	text-align: left;
	padding: 20px 0px 0px 0px;	
}
div.image-title {
	color: #fff;
}
/*
div.image-desc {
	LINE-HEIGHT: 1.3em; PADDING-TOP: 12px; color: #000;
}
border:  #ccc 1px solid;
*/

/* thumbs */
ul.thumbs {
	clear: both; 
	margin: 0px;
	padding: 0px;
}
ul.thumbs li {
	padding: 0px;
	float: left;
	
	list-style-type: none;
}
a.thumb {
	
	padding: 0px;
	display: block;
	margin: 0px 0px 8px 8px;
	border: 1px solid #555;
}
/*
ul.thumbs li.selected {
	padding: 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	list-style-type: none;
}
*/
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:unknown {
	outline: none;
}
ul.thumbs img {
	border:  medium none;
	display: block;
}


/* paginierung */
div.pagination {
	clear: both; 
	padding-top: 0px;
	
	width: 100%;
	margin-left: 10px;
}

div.bottom {
	width: 100%;
	margin-top: 0px;
	text-align: right;
}




div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 5px 0px 5px;
	color: #555;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination strong {

}
div.pagination span.current {
	display: block;
	float: left;
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	background-color: #555;
	color: #444;
	font-weight: bold;
	

}
