/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { padding:5px; overflow:hidden; zoom:1; position:relative;}
.coin-slider a { text-decoration:none; outline:none; border:none;}

/* buttons for switching */
.cs-buttons { font-size:0px; margin:0; padding:9px 8px 10px; float:left;}
.cs-buttons a { margin:0 2px; width:26px; height:26px; float:left; background:url(images/slide_p.png) no-repeat left top; color:#fff; text-indent:-10000px;}
.cs-buttons a.cs-active { background:url(images/slide_a.png) no-repeat left top; color:#fff;}

/* text in slider */
.cs-title { padding:16px 32px; width:906px; color:#fff; font-size:36px; line-height:1.5em; background:url(images/overlay.png) repeat left top;}

/* buttons Next and Prew */
.cs-prev, 
.cs-next { background:url(images/overlay.png) repeat left top; color:#fff; padding:0px 10px;}
