.scrollbar_wrapper {
position: absolute;
top: 195px;
left: 698px;
}

.scrollbar-vert {
height: 225px;
width: 2px;
max-width: 2px;
/*background: url('gfx/scrollbar-vert-bg.jpg') no-repeat; #b82c2c*/
}

.handle-vert {
width: 16px;
height: 26px;
margin-left: -7px;
background: url('gfx/handle.png') no-repeat;
}

.handle-vert-hover {
width: 16px;
height: 26px;
background: url('gfx/handle_up.png') no-repeat;
}

.arrow_up {
width: 32px;
height: 34px;
background: #ffffff;
position: absolute;
top: -38px;
left: -16px;
background: url('gfx/scrollarrow_up.jpg') no-repeat;
}

.arrow_up_hover {
width: 32px;
height: 34px;
position: absolute;
top: 0px;
left: 0px;
background: url('gfx/scrollarrow_up_hover.jpg') no-repeat;
}

.arrow_down {
width: 32px;
height: 34px;
background: #ffffff;
position: absolute;
bottom: -40px;
left: -16px;
background: url('gfx/scrollarrow_down.jpg') no-repeat;
}

.arrow_down_hover {
width: 32px;
height: 34px;
position: absolute;
top: 0px;
left: 0px;
background: url('gfx/scrollarrow_down_hover.jpg') no-repeat;
}

.scrollbar-hor {
background-color: #d2e8ff;
height: 20px;
width: 300px;
float:left;
}

.handle-hor {
height: 20px;
width: 42px;
background: url('gfx/handle-hor.gif') no-repeat;
}

