/*jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-sliderCopyright (c) 2009 Niall DohertyThis plugin available for use in all personal or commercial projects under both MIT and GPL licenses.*/
noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px;
}
/* Most common stuff you'll need to change */
.coda-slider-wrapper {
	padding: 0;
	margin: 0;
}
.coda-slider {
	background: #ffffff;  /* background */
	height: 360px;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 360px;
	overflow: auto !important;
	padding-right: 20px;
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 650px;
	
}
/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 0px;
}
.panel-wrapper {
	margin: 10px;
}
.coda-slider {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	padding: 0px;
}
/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: hidden;
}
.coda-slider {
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-slider .panel-container {
	position: relative;
}
/* our stuff */
.panel-wrapper .sliderfeature-container {
	width: 620px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	height: 338px;
}
.featuredetail {
	width: 620px;
	height: 330px;
	
	display: block;
	color: #dcdcdc; /* caption text color */
	padding: 0;
	margin: 0;
	
	
}
a.sliderheadline:link, a.sliderheadline:visited, a.sliderheadline:active {
	display: block;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: 500;
	font-family: roboto,arial;
	margin-top: 0px;
	padding-bottom: 5px;
	color: #0c8eca;   /* headline */
	

}
.featureimage {
	display: block;
	padding: 0;
	margin: 0;
	height: 250px;
  border:1px solid #1f1f1f;
  width:618px;
  overflow:hidden
}
.slidenavbutton-l {
	float: left;
	position: relative;
	top: 300px;
	left: 20px;
}
.slidenavbutton-r {
	float: right;
	position: relative;
	top: 300px;
	right: 20px;
}


.sliderlicense {
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
	color: #ffffff;
	font-weight: bold;
	background-color: #D46C05;
	position: relative;
	top: -3px;
	border: 1px solid #FC8E2D;
  display:none;
}
.featurecaption {
	display: block;
	padding-left: 30px;
  padding-right:30px;
	padding-top: 20px;
	font-family:roboto,arial;
  font-weight:400;
  font-size:15px;
	padding-bottom: 12px;
  background-color:#333333; /* caption bg color */
}






