/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	width:686px;
	padding:30;
	overflow:hidden;
	zoom:1;
	position:relative;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
/* buttons for switching */
.cs-buttons {
	margin:-30px 0 0;
	padding:10;
	font-size:0;
	float:left;
	
}
.cs-buttons a {
	margin-left: 5px;
	width:10px;
	height:10px;
	float:left;
	border: 1px solid #0065a8; 
	background-color: #fff;
	text-indent:-1000px;
}
.cs-buttons a.cs-active {
	background-color: #0065a8; 
	color: #FFFFFF;
}
/* text in slider */
.cs-title {
	display:none;
	padding:10px;
	width:686px;
	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:url(../../images/overlay.png) repeat left top;
	color:#fff;
	padding:0px 10px;
}
.Ü14 {
	font-weight: bold;
}
