/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
	coin-slider  ant 870px;
	cs-title ant 930px;
*/

.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
	width:800px; /*1070*/
	padding-bottom:0px; 
	z-index:10;
	height:470px;
}
.coin-slider a{ 
	text-decoration:none; 
	outline:none; 
	border:none; 
	padding:0px;  
}

.cs-buttons { 
	font-size:0px; 
	padding-top:5px; 
	padding-bottom:0px; 
	float:left; 
	display:none;
}

.cs-buttons a { 
	margin-left:5px; 
	height:10px; 
	width:10px; 
	float:left; 
	border:1px solid #FFFFFF; 
	color:#B8C4CF; 
	text-indent:-1000px; 
}

.cs-active { 
	background-color:#FFFFFF; 
	color:#FFFFFF; 
}

.cs-title { 
	position:relative;
	top:50px;
	padding-left:50px;
	height:50px;
	line-height:50px;
	width:930px; /*1080*/ 
	color:#FFFFFF; 
	overflow:hidden; 
	z-index:-1;
	font-family: "Times New Roman", Times, serif;
}


.cs-prev, 
.cs-next { 
	background-color:#000000; 
	color:#FFFFFF; 
	padding:0px 10px; 
	width:0px; 
	height:0px; 
	font-size:0px; 
	line-height:0px; 
	overflow:hidden; 
}