#bannerrotator{
    width:578px;
    text-align: center;
    position: relative;
    z-index:400;
}
.arrow-left,.arrow-right{
	position: absolute;
	top:50%;
	height:40px;
	width:19px;
    margin-top:-50px;
}
.arrow-left{
	left:0px;
}
.arrow-right{
	right:0px;
}
.arrow-left a, .arrow-right a{
	height:40px;
	width:19px;
	display:block;
	background-position: 0 0;
}
.arrow-left a{
	background-image: url("/images/icons/banner_pfeil_l.png");	
}
.arrow-right a{
	background-image: url("/images/icons/banner_pfeil_r.png");	
}

.arrow-left a:link, .arrow-right a:link{
	
}

.arrow-left a:visited, .arrow-right a:visited{
	
}
.arrow-left a:hover, .arrow-right a:hover{
	background-position: 0 -40px;
	cursor: pointer;
}
.arrow-left a:active, .arrow-right a:active{
	
}

#bannerrotator .rotator{
    width:578px;
    overflow: hidden;
    position: relative;
}


.rotator div{
    width:100%;
    position: absolute;
    bottom:0px;
    left:0px;
    background-color: white;
    overflow: hidden;
    display: none;
}
.rotator div a, .rotator div a img{
	display:block;
}
.rotator div.first-child{
    display:block
}
.bNav{
    height: 30px;
    margin: auto;
	position:absolute;
	left: 50%;
	bottom: -35px;
}
.bNav .bNav-box{
    width:11px;
	height:11px;
	margin:5px;
	float:left;
	background-image:url("/images/icons/banner_punkt.svg");
	background-position:0px 11px;
	overflow:hidden;
}
.bNav .active{
    background-position:0px 0px;
}
.rotator div:first-child{
	display:block !important;
}