/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.slider { width:910px; margin:0 auto; padding:0 0 27px; background:URL(images/simple_bg.gif) no-repeat bottom;}
.coin-slider { overflow:hidden; zoom:1; position:relative;}
.coin-slider a { text-decoration:none; outline:none; border:none;}

.cs-buttons { font-size:0px; margin:0; padding:10px; float:left; margin:-50px 0 0 0;}
.cs-buttons a { margin-left:2px; width:22px; height:22px; float:left; background:  url(images/tabs_1.png) no-repeat left top; color:#fff; text-indent:-1000px;}
.cs-buttons a.cs-active { background: url(images/tabs_2.png) no-repeat left top; color:#fff;}

.cs-title { float:left; width:919px; padding:15px 20px; color:#fff; font-size:36px; line-height:1em;}
.cs-title small { display:block;  width:auto;  padding:0; font-size:12px; line-height:1.8em;}

.cs-prev, 
.cs-next { background:url(images/overlay.png) repeat left top; color:#e00437; padding:5px 15px; font-size:16px;}
