.coin-slider {
	overflow: hidden;
	position: relative;
	height: 250px;
	width: 850px;
	right: 0px;
	margin-left: 14px;
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:178px;
	height:36px;
	z-index:10;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/coin-slide-title.png);
	margin-right: 20px;
}
.cs-buttons a {
	background:url(../images/cs-button1.png) no-repeat 0 0;
	float:left;
	width:15px;
	height:15px;
	margin-left:4px;
	text-indent: -1000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
.cs-buttons a:hover, .cs-buttons a.cs-active {
	background:url(../images/cs-button2.png) no-repeat 0 0;
}

.cs-title { 
	width: 407px; 
	background:url(../images/coin-slide-title.png);
	color: #fff;
	padding:14px 0 14px 32px;
	font-weight:bold;
	text-transform:uppercase;
	word-spacing:3px;
}
	.cs-title span {
		color:#fff;
	}
	.cs-title strong {
		display:block;
		font-size:18px !important;
		line-height:1.2em;
		display:block;
		font-weight:normal;
		text-transform:none;
	}
	.cs-title b {
		background:url(../images/cs-time-bg.gif) no-repeat 0 0;
		display:inline-block;
		width:64px;
		line-height:22px;
		text-align:center;
	}

.cs-prev, 
.cs-next {
	width:31px;
	height:32px;
	text-indent:-9999em;
}

.cs-prev {
	background:url(../images/cs-prev.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:18px;
	display:block;
	cursor:pointer;
	margin-right: 0px;
	margin-left: -14px;
}
.cs-next {
	background:url(../images/cs-next.png) no-repeat 0 0;
	position:absolute;
	right:0;
	top:18px;
}

#cs-navigation-coin-slider {
	z-index:10000;
	position:absolute;
	right:28px;
	bottom:0;
	width:50px;
	height:50px;
}
