/*

	Coin Slider jQuery plugin CSS styles

	http://workshop.rs/projects/coin-slider

*/

.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 {

	margin:12px 0 0;

	padding:0;

	font-size:0;

	float:left;

}



/* text in slider */

.cs-title {

	padding:16px 60px 16px 24px;

	width:876px;

	color:#fff;

	font-size:12px;

	line-height:1.5em;

	background:url(../images/overlay.png) repeat left top;

}

.cs-title big {

	display:block;

	font-size:20px;

	padding-bottom:0;

}

/* buttons Next and Prew */

.cs-prev, .cs-next {

	background:url(../images/overlay.png) repeat left top;

	color:#fff;

	padding:0 10px;

}

