/*
	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; margin:-390px 0 0; padding:10px; float:left;}
.cs-buttons a { margin-left:2px; width:11px; height:11px; float:left; background:url(images/slide_p.png) no-repeat left top; color:#fff; text-indent:-1000px;}
.cs-buttons a.cs-active { background:url(images/slide_a.png) no-repeat left top; color:#fff;}

.cs-title { width:856px; padding:30px 20px 0px; background:url(images/overlay.png) repeat left top; color:#fff; font-size:20px; line-height:22px; width: 420px; margin-left: 500px; height: 210px; font-family: Arial, Helvetica, sans-serif}
.cs-title small { display:block; padding:16px 0 0; font-size:13px; line-height:1.8em;}

.cs-prev, 
.cs-next { background:url(images/overlay.png) repeat left top; color:#fff; padding:0px 10px;}
