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


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

.cs-buttons { font-size: 0px; padding-top: 10px; float: left; margin-top: 0px; }
.cs-button-coin-slider { 
	display:block;
	width:10px;
	height:10px;
	background:url(./images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	overflow: hidden;
	/*
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #D4C6A8; 
	color: #B8C4CF; 
	*/
}
.cs-button-coin-slider.active { 
	background-position:-10px 0;
	/*background-color: #D4C6A8; color: #FFFFFF; */
}

.cs-title { width: 630px; padding: 10px; background-color: transparent; color: #fff; }

.cs-prev  { 
	width: 41px;
	height: 75px;
	background-image: url("./images/nextprev.png");
	background-position:-41px 0;
	background-repeat: no-repeat; 
	margin-top: -30px;	
	margin-left: -1px; 
}
.cs-next { 
	width: 41px;
	height: 75px;
	background-image: url("./images/nextprev.png");
	background-repeat: no-repeat;
	margin-right: 0; 
	margin-top: -30px;
	/*padding: 0px 10px; */
}

.cs-next.hover {
	background-position:-10px 0;
}


