/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider {
	overflow: hidden;
	position: relative;
	background:url("../img/slider/slider_bg.png") no-repeat;
	padding:0px 15px 15px 5px; 
	z-index:19;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.coin-slider a:hover {
	border: none;
}
.cs-buttons {
	font-size: 0px;
	float: left;
	margin-top:15px;
}
.cs-buttons a {
	margin-left: 5px;
	margin-right:5px;
	height: 12px;
	width: 12px;
	float: left;
	padding:0;
	text-indent: -1000px;
	background:url("../img/slider/slider_button1.png") no-repeat;
}
.cs-buttons a:hover {
	background:url("../img/slider/slider_button2.png") no-repeat;
	border:none;
}
.cs-buttons a.cs-active {
	color: #FFFFFF;
	background:url("../img/slider/slider_button2.png") no-repeat;
}
.cs-title {
	width: 590px;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, 
.cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}