@charset "UTF-8";
/* CSS Document */
#scrollbar_container {
	width:409px;
	position: relative;
}

#scrollbar_track {
	top:0px;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
	position: absolute;
}

#scrollbar_handle {
	width:10px;
	background-color:#ff9900;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:395px;
	height:300px;
}
#scrollbar_outer_container {
	position: absolute;
	left: 38px;
	top: 75px;
}
