@charset "utf-8";
#galleryArea{
	position:relative;
	width:568px;
	height:300px;
}	
#galleryArea #gallery ul, #galleryArea #gallery li{
	margin:0;
	padding:0;
	list-style:none;
}
#galleryArea #gallery li{ 
	width:450px;
	height:300px;
	overflow:hidden; 
}	

#galleryArea #thumbs {
	margin:0px;
	background-color:#ffffff;
	width:118px;
	z-index:10;
	position:absolute;
	left:450px;
	top:0;
	height:300px;
}

#galleryArea #thumbs ul {
	width:118px;
	padding:0px;
}

#galleryArea #thumbs li{ 
	width:118px;
	text-align:center;
	height:50px;
	overflow:hidden;
	padding:5px 0 9px;
	cursor:pointer;
}
ol#controls {
	display:none;
}
#galleryArea #thumbs #thumbsPrevBtn {
	background:url(../images/2011/gallery_pfeil_oben.png) no-repeat 50% 50%;
	height:22px;
	cursor:pointer;
}

#galleryArea #thumbs .holder {
	width:118px;
	overflow:hidden;
	height:256px;
}

#thumbsSlider {
	margin:0;
	list-style-type:none;
}

#galleryArea #thumbs #thumbsNextBtn {
	background:url(../images/2011/gallery_pfeil_unten.png) no-repeat center;
	height:22px;
	cursor:pointer;
}

#galleryArea #thumbs #thumbsNextBtn.inactive,
#galleryArea #thumbs #thumbsPrevBtn.inactive {
	background:none !important;
	cursor:default;
}

#galleryArea #prevBtn, #galleryArea #nextBtn, #galleryArea #prevBtn a, #galleryArea #nextBtn a{ 
	display:block;
	width:36px;
	height:32px;
}
#galleryArea #prevBtn, #galleryArea #nextBtn {
	position:absolute;
	top:268px;
	text-indent:-8000px;
}	
#galleryArea #prevBtn{ 
	left:0px;
}
#galleryArea #nextBtn {
	right:0px;
}
#galleryArea #prevBtn a {
	background:url(../images/gallery_pfeil_oben.png) no-repeat 50% 50%;		
}
#galleryArea #nextBtn a {
	background:url(../images/gallery_pfeil_rechts.png) no-repeat 0 0;		
}
#galleryArea #gallery_bildtitel {
	position:absolute;
	display:block;
	top:268px;
	left:0px;
	width:378px;
	padding:10px 36px 0;
	height:22px;
	background-color:#000000;
	color:#e0984c;
	font-size:11px;
	opacity:0.8;
	filter: alpha(opacity = 80);
	text-align:center;
}
#galleryArea img{
	border:none;
}
#galleryArea #gallery li a {
	display:none;
	position:absolute;
	top:0px;
	left:427px;
	width:23px;
	height:23px;
	color:#ff0000;
	display:0 none;
	background:url(../images/gallery_link.png) no-repeat 0 0;	
	text-indent:-23px;	
}



