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


.coin-slider { overflow:hidden;width: 956px;zoom:1; position:relative;   z-index:0;} 
.coin-slider a{ text-decoration:none; outline:none; border:none;}

.cs-buttons { float: left; font-size: 0; margin-bottom: 3px; margin-top: -383px; padding-bottom: 10px; padding-left: 237px; padding-right: 10px;}
.cs-buttons a { margin-left:2px; width:20px; height:20px; float:left; background:url(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 {  margin-bottom: 100px; float:left; width:621px; padding:10px 10px; background:url(overlay.png) repeat left top; color:#dbdbdb; font-size:23px; line-height:1em;}
.cs-title small { display:block; float:right; width:auto; text-align:right; padding:0; font-size:12px; line-height:1.8em;}

.cs-prev, 
.cs-next { background:url(overlay.png) repeat left top; color:#fff; padding:0px 5px;}
.cs-next {  margin-right:14px;}