@charset "utf-8";
#scrollbar_container {
	position:relative;
	width:492px;
}
#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}
#scrollbar_handle {
	width:20px;
	padding-bottom:100%;
	background-color:#000;
	background-image:url(scroll_FILES/scroll-pfeil.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollbar_content {
	padding:10px 20px 20px 20px;
	margin-left:4px;
	overflow:hidden;
	width:450px;
	height:240px;
}
.scrolling {
	background-repeat:no-repeat;
}
