/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	padding: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	float: right;
	height: 477px;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
	padding-bottom: 149px;
}
/* buttons for switching */
.cs-buttons {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 0;
	float: left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(../images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(../images/slide_a.png);
}
/* text in slider */
.cs-title {
	display:none;
	padding:16px 60px 16px 24px;
	width:876px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	background:url(../images/overlay.png) repeat left top;
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
	background-position: left top;
	background-image: url(../images/overlay.png);
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 79px;
	padding-top: 2px;
	bottom: 128px;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
