
.coin-slider {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:relative;
	float:right;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}

.cs-buttons {
	margin:-56px 0 0;
	padding:4px;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(/themes/default/images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(/themes/default/images/slide_a.png);
}

.cs-title {
	display:none;
	padding:16px 60px 16px 24px;
	width:876px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	background:url(/themes/default/images/overlay.png) repeat left top;
}

.cs-prev, .cs-next {
	
	color:#fff;
	width:45px; height:45px;
	
}
.cs-prev
{
	background-image:url(/themes/default/images/prv.png); margin-left:10px;
}
.cs-next
{
	background-image:url(/themes/default/images/nxt.png);margin-right:10px;
}







