/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
/*
.slider {width: 496px; float: right;}
.sltextbox {float: left; width: 460px; }
.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 { display:none; margin:-30px 0 0; padding:9px 8px 10px; font-size:0px;  float:left;}
.cs-buttons a { margin:0 2px; width:0; height:0; float:left; color:#fff; text-indent:-10000px;}
.cs-buttons a.cs-active { color:#fff;}

/* text in slider */
/*
.cs-title {display:block; padding:20px; width:458px; bottom:15px; background:url(images/overlay.png) repeat left top; }
.cs-title br {display:none;}
.caption-title { color:#fff; font-size:36px; line-height:1.5em;  }
.caption-content { color:#fff; display:block; width:auto; padding:0; font-size:12px; line-height:1.8em; }

/* buttons Next and Prew */
/*
.cs-prev, 
.cs-next { background:url(images/overlay.png) repeat left top; color:#fff; padding:0px 10px;}
