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


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

/*.cs-buttons { font-size: 0px; padding: 8px; padding-top:14px; float: left; }*/
.cs-buttons { font-size: 0px; padding: 1px; top:-320px; padding-left:570px;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 3px solid #432906; border-radius:10px; color: #FFFFFF; text-indent: -1000px; }
.cs-active { background-color: #432906; color: #432906; }

/*.cs-title { width: 994px; padding: 10px; background-color: #fff; color: #000; z-index: -100;}*/

.cs-prev {
	margin-left:10px;
	background-image:url(prv.png);
	width:30px; height:30px;
	background-repeat:no-repeat;
}
.cs-next {
	margin-right:10px;
	background-image:url(nxt.png);
	width:30px; height:30px;
	background-repeat:no-repeat;
}
