#largeFaderImage{border:1px solid #7d8691;width:544px;overflow:hidden;position:relative;}

#slider, #slider-bar, #slider-handle {
	border: 0;
	padding: 0;
	margin: 0;
}

#slider {
	width:2190px;
	height:305px; /* Hoehe vom Bild */
	background-image: url(bauz_stadtslf_web.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}

#slider-bar {
	width:557px;
	height:30px;
	position:relative;
	top:275px;
	background-image: url(grey-fader.png);
	background-repeat: repeat;
	background-position:0 0;
	overflow:hidden;
}

#slider-handle {
	width:54px;
	height:25px;
	cursor:ew-resize;
	background: url(slider.png) no-repeat;
	background-position:bottom;
}

* html #slider-handle{
background-image:none;
background-color:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='slider.png',sizingMethod='image');
}
* html #slider-bar{
background-image:none;
background-color:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='grey-fader.png',sizingMethod='scale');
}

#percent{font-weight:700; 
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Arial;
	padding-left:5px;
	position:absolute;
	top:10px;
}

* html #percent{top:18px;}
*+html #percent{top:18px;}

