.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;
}
.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; padding: 10px; color: #fff; background: #000; background-color: rgba(0, 0, 0, .8); font-family: Helvetica, Arial, sans-serif; font-size: 13px; }
 
.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;
}