#coin-slider {
	overflow:hidden;
	background:url(../images/loader.gif) 50% 50% no-repeat;
	width:900px !important;
	height:600px !important;
	margin:0 auto;
}

.coin-slider img{width:900px;
height:600px;}
.coin-slider {
	position:relative;
	margin:10px auto 10px;
	width:900px !important;
	height:600px !important;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none
}
.cs-buttons {
	font-size:0px;
	position:absolute;
	line-height:0;
	bottom:20px;
	right:17px;
}
.cs-buttons a {
	margin-right:2px;
	height:24px;
	width:24px;
	background:#000;
	display:inline-block;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.cs-buttons a:hover, .cs-buttons a.cs-active {
	background:#fbb216;
}
.cs-prev, .cs-next {
	background:#000;
	color:#fff;
	padding:0px 10px;
	font-weight:bold
}
.cs-prev:hover, .cs-next:hover {
	background:#fbb216;
	color:#fff
}
