@charset "UTF-8";



#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	font-size: 85%;
	letter-spacing: 0.0em;
	margin: 0px 2px 10px 2px;
	padding: 4px 6px; /* padding: 4px 8px; */
	/*width: 28px;*/ /* Breite der Schaltknöpfe */
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
}
#transport a:link {
	color: #FF6600;
	background: #FDD9B9;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #3a3a3a;
	border-left: solid 0px #404040;
}
#transport a:visited {
	color: #FF6600;
	background: #FDD9B9;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #3a3a3a;
	border-left: solid 0px #404040;
}
#transport a:hover {
	color: #FFFFFF;
	background: #FF6600;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #3a3a3a;
	border-left: solid 0px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews { /*Feld für Vorschaubilder */
	background: #FEC89C; /*background: #FEB976; */
	border-top: solid 0px #FF6600;
	border-right: solid 0px #FF6600;
	border-bottom: solid 0px #FF6600;
	border-left: solid 0px #FF6600;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 130px; /*width: 250px;*/
	float: left;
	margin-right: 40px; /* bestimmt auch Abstand des Hauptbildes */
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	/*
	width: 24px;
	height: 24px;
	*/	
	width: 24px;
	height: 24px;
	float: left;
	/* margin: 16px; */
	margin: 8px; /*Abstand der Thumbs */
	padding: 0;
	float: left;
	display:inline;
}
/* die Vorschauquadrate */
#thumbnails img {
	/*
	width: 24px;
	height: 24px;
	*/
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline { /* Feld für Hauptbild */
	margin: 0 auto;
	padding: 0;
	background: #FEC89C;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
	padding: 1em; 
	overflow: hidden; 
/* 2-mal 0px */	
	width: 0px;
	height: 0px;
}
/* Ändern auf 100% Images sind anzupassen */
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #FFFFFF; } /* Rand des Hauptbildes */
.selectedThumbnail {  border: solid 2px #FF6600 !important; } /* Rand des aktuell angelickten Thumbs*/ 
.inFocus {  border: solid 1px #FFFFFF !important; } /* Rand des Thumbs, das in der Vorschau angezeigt wird*/
