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

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:7px;
/*	background-color:transparent;*/
    cursor: pointer;
	background: url("../images/slider.gif") 5px 0 repeat-y;
}

#scrollbar_handle {
	width:7px; 
	height: 50px;
	background-color:#87344a;
    cursor: pointer;
	left: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*	opacity:0.9;
    -moz-opacity:0.9;*/
}

#scrollbar_content {
	overflow:hidden;
	width:400px;
	height:370px;
}