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

.coinSlider {
	position:relative;
	overflow:hidden;
	zoom:1;
}

.coinSlider a {text-decoration:none;}

.coinSlider .slide-description {display:none;}

.cs-buttons {
	/*background:#ffffff url(../../images/home_grad.png) bottom center no-repeat;*/
	line-height:normal;
	text-align:center;
	padding:25px 0 23px;
	margin:0;
	position:relative;
	overflow:hidden;
}

.cs-buttons a {
	background:url(../../images/slider.png) 0 0 no-repeat;
	display:inline-block;
	height:17px;
	width:17px;
	margin-left:5px;
	text-indent:-9999px;
}

.cs-buttons a.cs-active, .cs-buttons a.cs-active:hover {
	background:url(../../images/slider.png) 0 -42px no-repeat;
	cursor:default;
}

.cs-buttons a:hover {background:url(../../images/slider.png) 0 -21px no-repeat;}

.cs-title {
	background-color:#010101;
	color:#fefefe;
	width:940px;
	padding:10px;
	position:relative;
	overflow:hidden;
}

.cs-prev, .cs-next {
	display:block;
	width:64px;
	height:54px;
	top:45%;
	text-indent:-9999px;
}

.cs-prev {background:url(../../images/prettyPhoto/facebook/btnPrevious.png) 0 0 no-repeat;}

.cs-next {background:url(../../images/prettyPhoto/facebook/btnNext.png) 0 0 no-repeat;}

.coinSlider .cs-title .fr {margin-left:30px;}

.cs-title p {padding-bottom:5px;}

.cs-title h3 {
	padding-bottom:10px;
	color:#ffffff;
}

.dark .cs-buttons {background:#222222 url(../../images/dark/home_grad.png) bottom left no-repeat;}

.dark .cs-buttons a {
	background:url(../../images/dark/slider.png) 0 0 no-repeat;
	width:20px;
	height:20px;
}

.dark .cs-buttons a:hover {background:url(../../images/dark/slider.png) 0 -30px no-repeat;}

.dark .cs-buttons a.cs-active {background:url(../../images/dark/slider.png) 0 -63px no-repeat;}