@charset "UTF-8";

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;

}

.vscrollerbar {
width: 15px;
max-height:30px;
background-color: #57a554;
}

.vscrollerbar {
background: url('../_img/scroll_art.gif') -15px 0px no-repeat;
max-height:45px;
}

.vscrollerbar {
padding:11px 0 10px 0;
z-index: 2;
}

.vscrollerbarbeg {
background: url('../_img/scroll_art.gif') -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}

.vscrollerbarend {
background: url('../_img/scroll_art.gif') -45px 0px no-repeat;
width: 15px;
height: 15px;
}

.vscrollerbase {
background: url('../_img/scroll_art.gif') 0px 0px repeat-y;
}

.vscrollerbasebeg {
background: url('../_img/scroll_art.gif') -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}

.vscrollerbaseend {
background: url('../_img/scroll_art.gif') -60px -30px no-repeat;
height: 15px;
width: 15px;
}

#scroll {
overflow: auto;

padding: 0 5px 0 0;
margin-right:8px;
height:600px;
width:184px;
z-index:5;
}

