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


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

.cs-buttons {display: none;}
.cs-buttons a {display: none;}
.cs-active {background-color: #B8C4CF; color: #FFFFFF;}

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

.cs-prev, 
.cs-next {color: transparent; height:36px; width:36px;}

.cs-prev {background: url("../../i/prev.png") no-repeat; opacity:1 !important; text-indent:-99999px !important;}
.cs-next {background: url("../../i/next.png") no-repeat; opacity:1 !important; text-indent:-99999px !important;}
