#horizontal_scroll_bar {
width: 600px;
height: 120px;
overflow: auto;
padding-top: 0px;
padding-bottom: 0px;
}
#vertical_scroll_bar { 
width: 70px;
height: 480px;
overflow: auto;
padding-top: 0px;
padding-bottom: 0px;
}
