.coin-slider { 
	zoom: 1; 
	float: left;
	margin-top:-4px;

}
#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;
}
.coin-slider a { text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { 
	float: left;
	text-indent: -1000px; 
	background: url('nav.png') no-repeat;
	width: 22px;
	height: 22px;
}
.cs-active { background: url('nav.png') no-repeat 0 -22px!important; }
.cs-title { position: absolute; bottom: 0px; left: 0px; right: 0px; width:400px; height:80px; line-height:40px; padding: 20px; color: #000000; background: #FFFFFF; background-color: rgba(255, 255, 255, .7); font-family: Helvetica, Arial, sans-serif; font-size: 40px; margin-left:790px; text-shadow:2px 2px 5px #FFFFFF; font-weight:bold; }
 
.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;
}