.Scrollbar_left {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			8px;
	margin-right:			5px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_left.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_left_hover {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			8px;
	margin-right:			5px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_left.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_left_active {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			8px;
	margin-right:			5px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_left.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_right {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			5px;
	margin-right:			8px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_right.gif');
	background-repeat:		no-repeat;
}


.Scrollbar_right_hover {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			5px;
	margin-right:			8px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_right.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_right_active {
	width:					22px;
	height:					20px;
	left:					-2px;
	margin-left:			5px;
	margin-right:			8px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_arrow_right.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_middle {
	width:					409px;
	left:					-4px;
	height:					20px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider_bg.gif');
	background-repeat:		no-repeat;
}

*html .Scrollbar_middle, *html .Scrollbar_middle_hover, *html .Scrollbar_middle_active {
	left:					-4px;
	width:					411px
}

.Scrollbar_middle_hover {
	width:					409px;
	left:					-4px;
	height:					20px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider_bg.gif');
	background-repeat:		no-repeat;

}

.Scrollbar_middle_active {
	width:					409px;
	left:					-4px;
	height:					20px;
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider_bg.gif');
	background-repeat:		no-repeat;
}

.Scrollbar_scroller {
	width:					25px;
	height:					20px;
	top:					-3px;
/* 	border:					1px solid red;  */
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider.gif');
	background-repeat:		no-repeat;
	padding-left: 8px;
}

*html .Scrollbar_scroller, *html .Scrollbar_scroller_hover, *html .Scrollbar_scroller_active {
	top:					-2px;
}

.Scrollbar_scroller_hover {
	width:					25px;
	height:					20px;
	top:					-3px;
/*	border:					1px solid green;  */	
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider.gif');
	background-repeat:		no-repeat;
	padding-left: 8px;
}


.Scrollbar_scroller_active {
	width:					25px;
	height:					20px;
	top:					-3px;
/*	border:					1px solid blue; */
	background-image:		url('http://www.handytarife.de/tarifrechner/tr/img/slider_handy_slider.gif');
	background-repeat:		no-repeat;
	padding-left: 8px;
}

