div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:580px;

    text-align:center;

}



/*
Bedienelemente
-------------------------------------------------*/

div.controls {
	margin-top:0;
    width:580px;
    text-align: center;
    height: 71px !important;
    position: relative;
    top: 30px;
    z-index: 110;
    text-indent: -9999px;

}
div.controls a {
	padding:0;
}

div.nav-controls {
    text-align: center !important;
    width: 100%;
    text-indent: -9999px;
}

div.nav-controls a {
    margin:0;
    text-align: center;
    color: #666 !important;
    
    font-size: 10px !important;   
	display: block;
	width: 20px !important;
	height: 47px;



}

div.nav-controls a:hover {
    background: /*#00B4FF*/#515151;
    color: #fff !important;
}

div.nav-controls a.prev {
    float: left;
    background: url(../arrow_left_0.gif) no-repeat;
    margin-left: 28px;

}

/* My Comment */

div.nav-controls a.next {
    float: right;
    background: url(../arrow_right_0.gif) no-repeat;
    margin-right: 30px;

}

div.nav-controls a.prev:hover {

    background: url(../arrow_left_1.gif) no-repeat;


}

div.nav-controls a.next:hover {

    background: url(../arrow_right_1.gif) no-repeat;


}

div.ss-controls {display:none;}







/*
Loader
-------------------------------------------------*/

div.loader {
	background-image: url('../loader_grey.gif');
	background-repeat: no-repeat;
	background-position: center;


	height: 200px;
	position: relative;
	width: 452px;
	top: -71px;
	left: 63px;
	z-index: 119;
}


/*
Bild
-------------------------------------------------*/

div.slideshow {
	clear: both;
	position: relative;
	width: 452px;
	top: -71px;
	left: 63px;
	z-index: 120;

}

div.slideshow span.image-wrapper {
    text-align:center;
}

div.slideshow a.advance-link {
	display: block;
}

div.slideshow img {
    background-color: #fff;
    padding: 11px;
	display: block;
    margin-left:auto;
    margin-right:auto;
}

div.embox {
	clear: both;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -66px;
	width: 580px;
	background: #ebebeb;


	z-index: 89;

}

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 by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */


}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
    display: none !important;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px;
	list-style: none;
    height: 105px !important;
    width: 105px !important;
    overflow: hidden;

}
a.thumb {
	padding: 2px;
	display: table-cell;
    vertical-align: middle;
	border: 1px solid #ccc;

    height: 100px;
}
ul.thumbs li.selected a.thumb {
	background: #3C9AB6;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
    display: none !important;
}
div.navigation div.top {
	margin-bottom: 12px;
    margin-left:3px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 10px;
	border: 1px solid #ddd;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #3C9AB6;
	border-color: #fff;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}






