/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider {
	position:relative;
	overflow:hidden;
	height:266px;
}

.coin-slider a {
	text-decoration:none;
	outline:none;
}

.cs-buttons {
 float:left;
 padding:10px;
 margin:0;
 position:absolute !important;
 top:0px;
 margin-right:165px !important;
 left:90px !important;
 top:230px !important;
}

.cs-buttons a {
	height:19px;
	width:19px;
	float:left;
	margin-left:0px;
	text-indent:-10000px;
}

.cs-title {
	width:617px;
	padding:0px;
}

.cs-title strong {font-size:1.5em;}

.cs-prev, .cs-next {
	width:79px;
	height:59px;
	padding:0;
	text-indent:-10000px;
}

.coin_slider span {display:none;}

.cs-buttons a {background:url(/images/circle.png) 0 0 no-repeat;}

.cs-buttons a.cs-active {background:url(/images/circle_sel.png) 0 0 no-repeat;}

.cs-prev {background:url(/images/light_prev.png) 20px 0 no-repeat;}

.cs-next {background:url(/images/light_next.png) 3px no-repeat;}
