/*
	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: 0; margin:10px 0 0 0; float: left; }
.cs-buttons a { float:left; margin:0 0 0px 10px; width:15px; height:14px; background:url(../img/bannerOff.png) top center no-repeat; }
.cs-active { width:15px; height:14px; margin:0 0 0px 10px; background:url(../img/bannerOn.png) top center no-repeat; }

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

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