/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider    { padding: 0; position: relative; width: 960px; height: 230px; float: right; overflow: hidden; zoom: 1   }
.coin-slider a  { text-decoration: none; border: none; outline: none medium }
/* buttons for switching */
.cs-buttons {
	display:none;
	margin:8px 0 0;
	padding:0;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
}
/* text in slider */
.cs-title  { color: #fff; font-size: 15px; line-height: 1.5em; background: url(../images/overlay.png) left top; display: none; padding: 16px 60px 16px 24px; width: 876px }
.cs-title big  { font-size: 20px; background-position: left top; width: 200px; height: 200px }
/* buttons Next and Prew */
.cs-prev, .cs-next  { color: #fff; background: url(../images/overlay.png) left top; padding: 0 10px }
