

.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
.cs-buttons { 
	padding: 0px; 
	float: left;
	margin-top:-30px; 
}
.cs-buttons a { 
	margin-left: 10px; 
	height: 22px; 
	width: 22px; 
	float: left;
	text-indent: -1000px;
	background-image:url(/wp-content/themes/blender/images/bullet_down.png);
	background-repeat:no-repeat; 
}
.cs-active { 
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	border-radius:14px 14px 14px 14px; 
}
.cs-title {
	font-size:22px;
	font-style:normal;
	font-style:italic;
	text-align:center;
	margin-left:40px;
	width: 475px;
	height: 30px; 
	padding: 20px;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.8);
	top: 280px; 
	-webkit-border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	border-radius:14px 14px 14px 14px;
	box-shadow: 0px 2px 2px #000;
}
.cs-next, .cs-prev {
	font-size: 12px; 
	margin-left:10px;
	margin-right:10px;
	background-color: #111; 
	color: #ccc;
	opacity:0.0;
	filter:alpha(opacity=0);
	padding: 3px 15px 3px 15px;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	-webkit-border-radius:20px 20px 20px 20px;
	-moz-border-radius:14px 14px 14px 14px;
	border-radius:14px 14px 14px 14px; 
}

