.coin-slider { overflow: hidden; zoom: 1; position: relative; z-index: 100;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { padding: 10px;  position: absolute; bottom: 40px; right: 30px; z-index: 2010; }
.cs-buttons a { 
	display: inline-block;  
	float: left;
	background-image:url(../img/buttons.png);
	width: 13px;
	height: 13px;
	margin-right: 4px;
}
 
.cs-active { 
	background-position: -16px 0px;
}

.cs-title { 
	padding: 75px 20px; 
	background-color: #000000; 
	color: #FFFFFF;
	position: relative;
	right: 25px; 
	top: 45px;
	width: 220px;
	height: 140px;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #1d6405;
	opacity: 0.6; 
	-webkit-opacity: 0.6; 
	-moz-opacity: 0.6; 
	filter: alpha(opacity=60);
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

#coin-slider span { 
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
    color: #fefefe;
	line-height: 21px;
}

.cs-prev { display: none; }
.cs-next { display: none }