/*
	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:-32px 0 0;
	padding:0;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:8px;
	height:8px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background-color:#000000;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-color:#FF0000;
}
/* text in slider */
.cs-title {
	display:none;
	padding:16px 60px 16px 24px;
	width:1300px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	background:url(../images/overlay.png) repeat left top;
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev {
	background:url(../images/overlay.png) repeat left top;
	color:#0099CC;
	font-weight:bolder;
	background-color:#ffffff;
 border:2px solid #000000; border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	padding:0 10px;
}

.cs-next  {
	background:url(../images/overlay.png) repeat left top;
	color:#0099CC;
	font-weight:bolder;
	background-color:#ffffff;
	border:2px solid #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right:50px;
	float:right;
	padding:0 10px;
}

