/*	Coin Slider jQuery plugin - CSS styles - zLiga 2013/v.1.3 */
.coin-slider {padding:0; overflow:hidden; zoom:1; position:relative; float:right;}
coin-slider {
padding:0px 0px 0px 0px;
overflow:hidden;
margin:0;
zoom:1;
position:relative;
width:100%;
}
.coin-slider a {
text-decoration:none;
outline:none;
border:none;
}
/* buttons hover umschalten */
.cs-buttons {
display:none;
/*margin			:-310px 0 0; 
padding			:0;
font-size		:0px;
float				:left;*/
}
.cs-buttons a {
margin:0 2px;
width:25px;
height:26px;
float:left;
color:#fff;
text-indent:-10000px;
background:url(https://www.bw-niederpoellnitz.de/bilder/1079121896/1079121896-1637743341-slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
color:#fff;
background-image:url(https://www.bw-niederpoellnitz.de/bilder/1079121896/1079121896-1637743340-slide_a.png);}

/* buttons-pfeile */
.cs-prev, 
.cs-next {color:#ccc; padding:0px 10px;}
/* Bildbeschreibung*/
.cs-title {
padding	:8px 12px 8px 12px;
color:#fff;
width:100%;
letter-spacing: 0.05em;
font-size:12px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:600;
line-height:1.6em;
/*background:url(https://www.bw-niederpoellnitz.de/bilder/1079121896/1079121896-1392038602-overlay.png) repeat left top;*/
background: rgb(4,68,133,0.9);
border-top: 1px solid #fff;
border-bottom: 1px solid #044485;
}
.cs-title big {
font-size		:12px; 
font-weight		:bold;
font-family		:Verdana, Geneva, Arial, Helvetica, sans-serif;
text-shadow		: 0 0 0.3em #333;
}

