@charset "utf-8";
#scrollbar_container {
	position:relative;
	width:510px;
	height:430px;
}
* html #scrollbar_container {
	width:500px;
}
#scrollbar_track {
	position:absolute;
	top:0px;
	right:7px;
	height:420px;
	width:10px;
	background-color: #fff;
	cursor:move;
	background-image:url(scroll_FILES/scroll-strich.jpg);
	background-repeat:repeat-y;
}
#scrollbar_handle {
	position:relative;
	width:11px;
	padding-bottom:100%;
	background-image:url(scroll_FILES/scroll-pfeil.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollbar_content {
	position:absolute;
	margin-right:4px;
	overflow:hidden;
	width:480px;
	height:430px;
	padding-left:10px;
}
* html #scrollbar_content {
	width: 464px;
}
.scrolling {
	
}

