/* Fonts */


/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}



img{
	border: none;
}

/* General */
#container{
	background: #474747;
	height: 422px;
}

.navigation-controls {
	position: relative;
	width:200px;
	float:left;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#a6a39e;
	background: #474747;
	padding: 5px 26px 0 0;
	text-align:left;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin: 0;
	padding: 0;
	height:422px;
	background: #474747;
}

.picture-slides-dimmed-background .navigation-controls {
}

.picture-slides-dimmed-background .picture-slides-image-text {
}

.picture-slides-fade-container {
	position: relative;
	display:inline;
	float:left;
	width:663px;
	margin: 0;
	padding: 0;
	z-index: 1002;
}

.picture-slides-fade-container a {
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
}

.picture-slides-fade-container a img {
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
}

.picture-slides-image-load-fail {
	display: none;
}


.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#a6a39e;
	width:200px;
	text-align:right;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#a6a39e;
	text-align:right;
}

.picture-slides-thumbnails {
	list-style: none;
	margin: 0;
	width:210px;
	padding-right:20px;
	padding-top:20px;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 16px;
	line-height:0px;
	margin: 0 5px 7px 0 !important;
}

.picture-slides-thumbnails li img {
	width: 16px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 16px;
	background: #c96400 url(thumbnails/aktiv.gif) repeat-y center top;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}

