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


.coin-slider {overflow: hidden;zoom:1;position:relative;}
.coin-slider a{text-decoration:none;outline:none;border:none;}

.cs-buttons {font-size:0px;padding:10px;float:left;}
.cs-buttons a {margin-left:5px;height:10px;width:10px;float:left;border:1px solid #b8c4cf;color:#b8c4cf;text-indent:-1000px;}
.cs-active {background-color:#b8c4cf;color:#fff;}

.cs-title {width:287px;padding:10px;background-color:#000;color:#fff;}

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

