@charset "utf-8";
/* CSS Document */
/* Slider */
#SliderHolder { 
	padding: 5px; 
	margin-top: 0px; 
	width: 892px; 
	height: 300px;
	overflow: hidden;
}



.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

.cs-buttons { 
	font-size: 0px; 
	padding: 10px; 
	float: left; 
}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
}
.cs-active { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}

.cs-title { 
	width: 872px; 
	padding: 10px; 
	background-color: #000000; 
	color: #FFFFFF; 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.cs-prev, 
.cs-next { 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.cs-prev {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cs-next {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#location {
	width: 385px; 
	height: 280px;
	position: relative;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	top: 20px;
	right: 20px;
	line-height:1em;
}
.datum {
	font-style:italic;
	color: #999;
}
