.scrollbar_container {
/*    overflow:hidden;*/
    width:485px;
    height:250px;
	color:white;
	font-size:18px;
	left:0;
	padding:0;
	top:18px;
	     
}


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

#scrollbar_handle {
    width:10px;
    background-color:#5c92e7;
    cursor:move;
    opacity:0.9;
}

#scrollbar_content {
    overflow:hidden;
    width:485px;
    height:250px;
}
