/*
	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 {
	margin:-42px 0 0;
	padding:10px;
	font-size:0px;
	float:left;
}
.cs-buttons a {
	margin-left:2px;
	width:20px;
	height:20px;
	float:left;
	background:url(images/slide_p.png) no-repeat left top;
	color:#fff;
	text-indent:-1000px;
}
.cs-buttons a.cs-active {
	background:url(images/slide_a.png) no-repeat left top;
	color:#fff;
}
.cs-title {
	width:379px;
	height:100px;
	padding:5px;
    padding-left:10px;
	position: absolute;
	z-index: 1000;
	background:url(images/sliderDescBack.png) no-repeat left top;
	right:0px;
	bottom:42px;
}
.cs-title big {
	display:block;
	
	font-size:18px;
	color:#2a4a7f;
	margin-bottom:5px;
}
.cs-title small {
	font-size:14px;
	color:#2a4a7f;
	
}
.cs-prev, .cs-next {
	padding:0px 10px;
	background:url(images/overlay.png) repeat left top;
	color:#fff;
	z-index:1001;
}
