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

#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;
	background-color:#fff;
    cursor: pointer;
	left: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	opacity:0.9;
    -moz-opacity:0.9;*/
}

#scrollbar_content {
	overflow:hidden;
	width:340px;
	height:360px;
}