/*
	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 { display:none; font-size:0px; position:absolute; bottom:35px; right:20px; z-index:9999; height:12px; }
.cs-buttons a { display:inline-block; margin-left:5px; height:11px; width:11px; background:url(../../images/slides-nav.png) 0 0 no-repeat; text-indent:-1000px; }
.cs-buttons a.cs-active { background-position:-15px 0; }

.cs-title { width: 450px; padding:15px 30px 15px 9px; font-size:11px; color:#fff; background:url(../../images/fade.png) repeat; line-height:13px; }
.cs-title span { display:block; border-left:6px solid #fff; padding-left:15px; }
.cs-prev, 
.cs-next { display:block; width:40px; height:60px; overflow:hidden; text-indent:-400px; position:absolute; }
.cs-prev { left:0; background:url(../../images/prev.png) 0 50% no-repeat; }
.cs-next { right:0; background:url(../../images/next.png) 100% 50% no-repeat; }
