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