#scrollbar_container {  
    position:relative;   
   	width:500px;
  	top: -30px;
   	left: 460px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top: 120px;  
    right:0;  
    height: 80%;  
    width:10px;  
    background-color:transparent;  
    cursor:pointer;  
} 
 
#scrollbar_handle {  
    width:10px;  
    cursor:pointer;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width: 470px;  
    height: 480px;  
} 


#scrollbar_handle_top, #scrollbar_handle_bottom{
		position: relative;
		left: -17px;
}

#scrollbar_handle_middle {  
    background: #2D2F44 url('../img/arrow.gif') repeat-y; 
    height: 80%;
}