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

#coin-slider {
	width: 974px;
	height: 308px;
	overflow: hidden; 
}
.coin-slider { 
	width: 962px;
	height: 296px;
	background: transparent url('../images/small_image_background.png') no-repeat center top;
	overflow: hidden; 
	zoom: 1; 
	position: relative;
	padding: 12px 0px 0px 12px;
	margin: -8px 0px 0px -8px;
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	width: 216px;
	height: 26px;
	background: transparent url('../images/slider_paging.png') no-repeat center top;
	font-size: 0px; 
	padding: 8px 10px;
	margin: -30px 0px 0px 0px;
	position: relative;
	z-index: 9999;
	float: left;
}
.cs-buttons a { 
	width: 16px; 
	height: 17px;
	background: transparent url('../images/paging_normal.jpg') no-repeat left top;
	margin-left: 5px; 
	text-indent: -1000px;
	float: left; 
}
.cs-active { 
	background: transparent url('../images/paging_current.jpg') no-repeat left top !important;
}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

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

