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


.coin-slider {
	width: 1020px;
/*	height: 250px; */
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin: 0 0 20px 0;
}

.coin-slider a{
	text-decoration: none;
	outline: none;
	border: none;
}

.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
	position: relative;
	z-index: 1000;
	margin: -40px 0 0 155px !important;
}

.cs-buttons a {
	margin-left: 5px;
	height: 10px;
	width: 9px;
	float: left;
	color: #b51600;
	background: url('../img/slider-pagination.png') center top no-repeat;
}

.cs-active {
	background: url('../img/slider-pagination.png') center bottom no-repeat !important;
}

.cs-title {
	width: 310px;
	height: 190px;
	padding: 30px;
	margin: 0 0 0 650px;
	background: url('../img/slider-bg.png') left top repeat-x;
	color: #FFFFFF;
	line-height: 17px;
	opacity: 1 !important;
}

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; display: none; }

.naming {
	display: block;
	margin: 0 0 30px 0;
	font: 30px 'Myriad Pro', Arial;
	text-shadow: 0px -1px 0px #d26600;
}