
#bv_content_galerie_detail {
	border:1px solid #ccc;
	padding:20px 0px;
	border-top:0px;
	text-align:center;
}

#bv_content_galerie_detail span{
	display:block;
	width:448px;
	text-align:left;
	margin:5px auto;
}

#bv_content_galerie_detail span.title{
clear:both;
	font-weight:bold;
}

#bv_content_galerie_detail span.page{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

#bv_content_galerie_detail div.ea_paginate{
	display:block;
	width:448px;
	margin:5px auto;
	text-align:center;
/*	background-color:#ccc; */
	margin-top: -36px;
}

#bv_content_galerie_detail div.ea_paginate a.ea_prev{
background:url(/css/easyslider_btn_prev.png);
float:left;
}

#bv_content_galerie_detail div.ea_paginate a.ea_next{
background:url(/css/easyslider_btn_next.png);
float:right;
}


#bv_content_galerie_detail div.ea_paginate a.ea_next,
#bv_content_galerie_detail div.ea_paginate a.ea_prev{
display:block;
width:20px;
height:40px;
background-repeat:no-repeat;
text-indent:-5000px;
}

#bv_content_bildgalerie {
	width:477px;
	height:112px;
	padding:0px 45px;
	background:#ddd;
	border:1px solid #ccc;
	overflow:hidden;
}


#bv_content_bildgalerie .slider ul{
	height:112px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#333;
}

#bv_content_bildgalerie .slider li{
	width:480px;
	height:112px;
	background-color:#eee;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}

#bv_content_bildgalerie .slider li a{
	float:left;
	display:block;
	width:110px;
	height:112px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#eee;
	margin-right:5px;
	margin-left:5px;
}
* html #bv_content_bildgalerie .slider li a{
	display:inline;
}
#bv_content_bildgalerie .slider li a:hover {
	text-decoration: none;
}

#bv_content_bildgalerie .slider li a.active{
	background-color:#aaa;
}



#bv_content_bildgalerie #prevBtn, 
#bv_content_bildgalerie #nextBtn{ 
	display: block;
	width:30px;
	height:77px;
	position:relative;
	left:-37px;
	top:-94px;
	overflow:hidden;
}

#bv_content_bildgalerie #nextBtn{
	left:487px;
	top:-170px;
}

#bv_content_bildgalerie #prevBtn a, 
#bv_content_bildgalerie #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(/css/easyslider_btn_prev.png) no-repeat 50% 50%;	
}

#bv_content_bildgalerie #nextBtn a{ 
	background:url(/css/easyslider_btn_next.png) no-repeat 50% 50%;	
}

