/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px !important;
	position: absolute !important;
	top: -15px !important;
	right: 10px !important;
	left: auto !important;
	margin: 0 !important;
}
.cs-buttons a {
	height: 10px; 
	width: 10px;
	display: inline-block;
	//display: inline;
	zoom: 1;
	background: url('../images/slider-pages.gif') no-repeat;
	overflow: hidden;
	margin-left: 3px;
}
a.cs-active {
	background-position: 0 -10px;
}

.cs-title { width: 635px; bottom: auto !important; top: 0; padding: 10px 15px; color: #FFFFFF; }

.cs-title a {
	color: #fff;
	text-decoration: none;
}

.cs-title a span.caption { 
	font-size: 24px; 
	font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
	color: #fff;
	font-weight: normal;
	padding-bottom: 3px;
	display: block;
}

.cs-title a span.inner-text {
	display: block;
	font-size: 14px; 
	line-height: 14px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	color: #fff;
	margin: 0 0 7px;
}

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
