.coin-slider { 
	zoom: 1; 
	float: left;

}
#coin-slider { 
	overflow: hidden; 
	-moz-box-shadow: 0px 1px 5px 0px #4A4A4A;
	-webkit-box-shadow: 0px 1px 5px 0px #4A4A4A;
	box-shadow: 0px 1px 5px 0px #4A4A4A;
	margin-top: 0px;
	padding-bottom: 2px;
}
.coin-slider a { text-decoration: none; outline: none; border: none;}
#coin-slider {color: #689212; margin-top: 5px; }
.cs-buttons { float: left; margin-top: -20px; z-index: 9999;}
.cs-buttons a { border-radius: 50%; margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #fff; background-color: #fff; text-indent: -3500px;
-webkit-linear-gradient(top, #CCCCCC, #F3F3F3)}
.cs-active { background-color: #689212; border: 1px solid #689212;}
a.cs-active{ background-color: #689212; border: 1px solid #689212;-webkit-linear-gradient(top, #CCCCCC, #F3F3F3)}
.cs-title { position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 20px; color: #fff; background: #000; background-color: rgba(0, 0, 0, .8); 
font-size: 1.15em;  width: 70%;}
.cs-title span{border-top: dotted 1px #fff;}
.cs-title h1{text-transform: uppercase;}
.cs-next {
	margin-right: 10px;
	background: url('nav.png') no-repeat -52px 0;
	width: 25px;
	height: 26px;
}
.cs-prev {
	margin-left: 10px;
	background: url('nav.png') no-repeat -22px 0;
	width: 25px;
	height: 26px;
	border: 1px solid red;
}

.read-more{cursor:pointer; width: 90px; color: #689212}
.read-more:hover{color: #fff;}