/*
	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: 0px; float: left; }

.cs-buttons a { margin-left: 0; height: 22px; width: 22px; float: left; border:0px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; background-image:url(../images/slider/bullets.png); background-repeat:no-repeat; }

.cs-active { background:url(../images/slider/bullets.png) no-repeat; background-position:0 -22px;  height: 22px; width: 22px;}
.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev {background:url(../images/slider/arrows.png) no-repeat; width:10px; height:30px; color: #FFFFFF; padding: 0px 10px; margin-left:10px;} 

.cs-next {background:url(../images/slider/arrows.png) no-repeat; width:10px; background-position:-30px 0; height:30px; color: #FFFFFF; padding: 0px 10px; margin-right:10px; 

}

	

