/*

	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:-320px 0 0;

	padding:0;

	font-size:0;

	float:left;

}

.cs-buttons a {

	margin:0 2px;

	width:20px;

	height:20px;

	float:left;

	color:#ffffff;

	text-indent:-10000px;

	background:url(../images/slide_p.png) no-repeat center center;

}

.cs-buttons a.cs-active {

	color:#ffffff;

	background-image:url(../images/slide_a.png);

}

/* text in slider */

.cs-title {

	padding:5px 60px 5px 24px;

	width:876px;

	color:#FFCC00;

	font-size:24px;

	line-height:1.5em;

	background:url(../images/overlay2.png) repeat left top;

	font-weight: lighter;

}

.cs-title big {

	font-size:20px;

}

/* buttons Next and Prew */

.cs-prev, .cs-next {

	background:url(../images/overlay2.png) repeat left top;

	color:#FFCC00;

	padding:0 10px;

}

