/*
	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; height:590px}

.cs-buttons { font-size:0px; margin:0; padding:10px; float:left;}
.cs-buttons a { margin-left:2px; margin-top:5px; width:20px; height:20px; 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 { float:left; width:888px; padding:8px 20px 4px 20px; background:url(../images/overlay.png) repeat left top; color: #333; font-size:20px; line-height:1em; margin:0 3px 10px 1px}
.cs-title small { display:block;  width:auto;  padding:0; font-size:12px; line-height:1.8em;}

.cs-prev { background: url(../images/bg-nav-prev.png) no-repeat center center; color: #FFE600; padding:5px 15px; font-size:16px;} 
.cs-next { background: url(../images/bg-nav-next.png) no-repeat center center; color:#FFE600; padding:5px 15px; font-size:16px;}
