#scrollbar_container {
	position:relative;
	width:445px;
}

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

#scrollbar_handle {
	width:10px;
	background-color:#9b8579;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
	-moz-opacity:0.9;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#scrollbar_content {
	overflow:hidden;
	width:415px;
	height:345px;
	padding-left: 0px;
}

