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

.coin-slider { padding:0; /*overflow:hidden;*/ zoom:1; position:relative; float:right;}
.coin-slider a { text-decoration:none; outline:none; border:none;}

/* buttons for switching */
.cs-buttons { margin:20px 0 0; padding:0; font-size:0px; float:left;}
.cs-buttons a { margin:0 2px; width:8px; height:9px; float:left; color:#fff; text-indent:-10000px; background:url(i/slide_p.png) no-repeat center center;}
.cs-buttons a.cs-active { color:#fff; background-image:url(i/slide_a.png);}

/* text in slider */
.cs-title { float:right; padding:16px 60px 16px 24px; width:250px; color:#333333; font-size:8px; line-height:2em;}
.cs-title big { font-size:20px;}
.cs-title h3 { padding-bottom:10px; font-size:20px; line-height:30px;}

/* buttons Next and Prew */
.cs-prev { background:url(i/prev.png) no-repeat; padding:0px 0px 0px 105px; width:30px; height:33px; }
.cs-next { background:url(i/next.png) no-repeat; padding:0px 5px; width:30px; height:33px; }