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


.coin-slider { overflow: hidden; zoom: 1; position: relative; font-family:arial;font-weight:normal;}
.coin-slider a{ text-decoration: none; outline: none; border: none; color:#ffffff; }

.cs-buttons { font-size:0px; margin:5px 0 0 0; padding:5px 0; float:left; }
.cs-buttons a { margin-left:2px; width:22px; height:20px; float:left; background: url(../tabs_2.png) no-repeat left top; color:#fff; text-indent:-1000px; }
.cs-buttons a.cs-active { background:url(../tabs_1.png) no-repeat left top; color:#fff; }

.cs-title { width: 924px; padding:10px 20px; background:url(../overlay.png) repeat left top; color:#fff; font-size:20px; line-height:1em; }

.cs-prev, 
.cs-next { background:url(../overlay.png) repeat left top; color: #FFFFFF; padding: 5px 15px; font-size:16px; }


#coin-slider-coin-slider { width: 944px}
