#slideshow {
	width:939px;
	height:225px;
	position:relative;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 5px;
}
#slideshow #slidesContainer {
	width:845px;
	height:225px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow #slidesContainer .slide {
	width:210px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:195px;
	padding-top: 30px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:40px;
	height:55px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:87;
	background-color: transparent;
	background-image: url(../images/HGs/sliderlinks.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 87px;
	left: 13px;
}
#rightControl {
	top:87;
	right:10;
	background-color: transparent;
	background-image: url(../images/HGs/sliderrechts.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 87px;
	left: 890px;
}

#slideshow_control_panel{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
	left: 800px;
	top: 185px;
	z-index: 50;
}



/** 
 * Style rules for Demo page
 */


#news_slide {
	height:160px;
	width: 210px;
	position: relative;
	background-image: url(../images/HGs/slidereinzelflaeche.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#news_headline {
	height:20px;
	width: 422px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #117d76;
	padding-top: 10px;
	padding-left: 15px;
}
#news_text {
	height:145px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
	text-align: left;
	padding-top: 7px;
	padding-left: 15px;
	position: relative;
	width: 422px;
	overflow: hidden;
}
#news_bild {
	height:147px;
	width: 200px;
	float: left;
	background-color: transparent;
	position: relative;
}
#news_button {
	height:35px;
	width: 108px;
	background-color: transparent;
	position: absolute;
	left: 320px;
	top: 181px;
}
