/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
}
.cs-buttons a {
	margin-left: 5px;
	height: 18px;
	width: 18px;
	float: left;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active {
	color: #FFFFFF;
}
.cs-title {
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	display: none;
}
.js {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
.cs-buttons a {
	background-color: transparent;
	background-image: url(../images/cs-buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.cs-buttons a.cs-active {
	background-color: transparent;
	background-image: url(../images/cs-buttons-act.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.coin-slider {
	height: 370px;
}
#coin-slider {
	position: absolute;
}
.cs-buttons {
	position: absolute;
	z-index: 999;
	right: 18px;
	bottom: 4px;
}
