/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { padding:0; overflow:hidden; zoom:1; position:relative; float:left;}
.coin-slider a { text-decoration:none; outline:none; border:none;}

/* buttons for switching */
.cs-buttons { margin:-35px 0; padding:0; font-size:0px; float:left; background:url(../images/slide_switch.png); width:61px; height:16px; z-index:1005; padding:9px 0 0 9px;}
.cs-buttons a { margin:0 5px; width:7px; height:7px; float:left; color:#fff; text-indent:-10000px; background:url(../images/slide_p.png) no-repeat center center;}
.cs-buttons a.cs-active { width:11px; height:11px; color:#fff; background-image:url(../images/slide_a.png); margin:-2px 3px;}

/* text in slider */
.cs-title { display:block; padding:20px; width:880px; color:#fcfdfa; font-size:12px; line-height:20px; background:url(../images/overlay.png) repeat left top; margin:0 2px;}
.cs-title big {font-weight:bold;}

/* buttons Next and Prew */
.cs-prev, 
.cs-next { background:url(../images/overlay.png) repeat left top; color:#fff; padding:0px 10px; margin:0;}