/* RIGHT SHOPPING GENERAL STYLING */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar, .hscrollerbar {
padding: 20px;
}

.vscrollerbase, .vscrollerbar {
width: 20px;
}
.hscrollerbase, .hscrollerbar {
height: 20px;
}
.scrollerjogbox {
width: 20px;
height: 20px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbarbeg {
width: 20px;
background: url(../../images/scroll_top.gif) no-repeat top;
}
.vscrollerbarend {
width: 20px;
height: 10px;
background: url(../../images/scroll_bott.gif) no-repeat bottom;
}

.vscrollerbasebeg {
background: #d2d3d5 url(../../images/scroll_arr_top.gif) no-repeat top;
width: 20px;
top: 0;
}

.vscrollerbaseend {
background: url(../../images/scroll_arr_bott.gif) no-repeat bottom;
width: 20px;
height: 20px;
}


/* SCROLLBAR COLORS */

.vscrollerbase {
}
.vscrollerbar {
background: url(../../images/scroll.gif) repeat-y;
}
.hscrollerbase {
background: #eaeaea;
}
.hscrollerbar {
background-color: #d2d2d2;
}
