/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#coin-slider {
	background-position: center top !important;
	background-repeat: no-repeat;
	width: 100% !important;
}
.cs-coin-slider {
	background-position: center top !important;
	background-repeat: no-repeat;
	width: 100% !important;
}
.coin-slider {
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	top: 32px !important;
	left: 50% !important;
	position: absolute !important;
	margin-left: -481px !important;
	z-index: 2;
}
a.cs-button-coin-slider {
	float: left;
	display: block;
	width: 7px;
	height: 7px;
	border: 3px solid #fff;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 1px #d5d9de;
	margin-right:5px;
}
a.cs-active {
	background-color: #5e964d;
}
