/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#cs-navigation-coin-slider {
	top:-4000px;
	left:-4000px;
	position:absolute;
}
.coin-slider { overflow: hidden; zoom: 1; position: relative;  background-color:#f0000; }
.coin-slider a{ text-decoration: none; outline: none; border: none; background-repeat:no-repeat; }

.buttonwrap {float:left; height:50px; margin-top: 15px;  width:969px;background: transparent url(../images/visual-schatten.jpg) 0 0 no-repeat;}

.sub .buttonwrap {float:right; height:50px; margin-top: 8px; margin-right:30px; width:auto; background: none;}
.cs-buttons { font-size: 0px; float: right;  padding-top:10px;}
.cs-buttons span {
	display:none;
}
.cs-buttons a {
	height:12px;
	width:12px;
	 border:1px #fff solid;
	float:right;
	margin-bottom:5px;
	margin-left:5px;
	background: transparent url(../images/pi-image-slider-point.png) 0 0 no-repeat;	
	}
.cs-buttons a.cs-active { background: transparent url(../images/pi-image-slider-point-active.png) 0 0 no-repeat;}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
