@charset "UTF-8";



#slideshow {
	/* 	Höhe der Galerie ohne Thumbnailleiste (#galleryThumbBar) 
		Wird festgelegt, um springende Elemente im IE>7 zu vermeiden */
	min-height: 445px;
}



.galleryLoadingProjector {
	background-image: url(../img/gallerycontent/loadingProjector.gif);
	background-repeat: no-repeat;
	background-position: center;
}



.galleryIntroLayer {
	position: absolute;
	z-index: 1000;
}

.galleryContainer {
	position: relative;
    padding: 0;  
    margin:  0;
} 
 
.galleryContainer img {  
    top:  0; 
    left: 0;
}



.galleryOptionalContent {
	position: relative;
	height: 25px;
	line-height: 25px;
	padding-top: 3px;
}

.galleryOptionalContent span {
	font-size: 11px;
	height: 25px;
	line-height: 25px;
}

.galleryOptionalContent #OptionButtons {
	font-size: 11px;
	padding: 0.10px 0 0 0;
	height: 20px;
	float: left;
}

.galleryOptionalContent #OptionButtons a {
	margin: 0 10px 0 0;
	line-height: 25px;
}

.galleryOptionalContent #ShopLink {
	height: 20px;
	float: left;
}



.galleryThumbBar {
	position: relative;
	padding: 0;
	margin: 0;
	height: 70px;
	z-index: 1001;
}

.galleryThumbBar ul {
	padding: 0;
	margin: 0;
}

.galleryThumbBar ul li {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	border: 0;
	float: left;
}

.galleryThumbBar ul li.first-child {
	margin-left: 0;
}

.galleryThumbBar ul li a {
	padding: 0 !important;
	line-height: 14px;
	border: 0;
}

.galleryThumbBar ul li a img {
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	border-top: none;
}

.galleryThumbBar ul li a.activeSlide img {
	padding-top: 9px;
	border-top: 1px solid #666;
}





/* Flyout - Menü für die Kollektionsseiten */

.galleryThumbBar ul li ul.flyout {
	position: absolute;
	display: none;
	z-index: 1000;
	
	top: -61px;
		
	width: 93px;
	background-color: #000;
	border: 1px solid #666;
}

.galleryThumbBar a p,
.galleryThumbBar ul li ul.flyout li {
	font-size: 11px;
}

.galleryThumbBar ul li.first-child ul.flyout {
	width: 92px;
}

/*.galleryThumbBar ul li:hover ul.flyout {*/
.galleryThumbBar ul li.active ul.flyout {
	display: block;
}

.galleryThumbBar ul li ul.flyout li {
	margin: 0;
	padding: 0 0 0 6px;
	float: none;
	line-height: 12px;
	height: 12px;
}

.galleryThumbBar ul li ul.flyout li a {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.galleryThumbBar ul li a p {
	padding: 0 !important;
	margin: 0 !important;
}

.galleryThumbBar ul li ul.flyout li.headline {
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	color: #FFF;
}

.galleryThumbBar ul li ul.flyout li.first-child {
	padding-top: 3px;
}

.galleryThumbBar ul li ul.flyout li.last-child {
	padding-bottom: 8px;
}













