/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px; 
	background:url('../img/nav-holder.png') no-repeat; 
	position:absolute !important; 
	bottom:20px !important; 
	right:10px; 
	width:85px;
	height:23px;
	z-index:5;
	margin-left:0 !important;	
}
.cs-buttons a { 
	margin-left: 5px;
	margin-top:6px; 
	float: left; 
	color: #B8C4CF; 
	text-indent: -1000px; 
	/*background:url('../img/nav-off.png') no-repeat; */
	width:11px; 
	height:11px; 
}
.cs-active { 
	/*background:url('../img/nav-active.png') no-repeat !important; */
	width:11px; 
	height:11px; 
}
.cs-prev, .cs-next {
	background:url('../img/arrow-left.png') no-repeat;
	width:36px;
	height:36px;
	opacity:1 !important;
	text-indent:-999px;
}
.cs-next {
	background:url('../img/arrow-right.png') no-repeat;	
}
.cs-title { position:relative; z-index:10 !important; }