/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 12px;
background: #DBBCAD url(../images/scroll/bg_dasar.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 12px;
overflow:hidden;
background: #661114;
}
.hscrollerbase {
height: 15px;
background: #DBBCAD url(../images/scroll/scroll_bg_horizontal.gif) left top repeat-x;
}
.hscrollerbar {
height: 15px;
/*background: #661114 url(../images/scroll/horizontalbarbody_cornerjog.png) 0px -30px repeat-x;*/
background: #661114 url(../images/scroll/scroll_horizontal_tengah.gif) left top repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 16px;
z-index: 2;
}
.vscrollerbarbeg {
background: #661114;
width: 12px;
height: 15px !important;
padding-top:5px;
}
.vscrollerbarend {
background: #661114;
width: 12px;
height: 15px;
}
.hscrollerbarbeg {
background: url(../images/scroll/scroll_horizontal_kiri.gif) left top no-repeat;
height: 15px;
width: 17px !important;
}
.hscrollerbarend {
background: url(../images/scroll/scroll_horizontal_kanan.gif) left top no-repeat;
height: 15px;
width: 12px;
}
.scrollerjogbox {
width: 12px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(../images/scroll/tengahan.gif) left top no-repeat;
}
.vscrollerbasebeg {
background:#fff url(../images/scroll/panah_atas.gif) left bottom no-repeat;
width: 12px;
height: 15px !important;
}
.vscrollerbaseend {
background:#fff url(../images/scroll/panah_bawah.gif) left top no-repeat;
height: 15px;
width: 12px;
}
.hscrollerbasebeg {
background: url(../images/scroll/panah_kiri.gif) left top no-repeat;
height: 15px;
width: 12px !important;
}
.hscrollerbaseend {
height: 15px;
width: 12px;
background: url(../images/scroll/panah_kanan.gif) left top no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(../images/scroll/tengahan_hover.gif) left top no-repeat;
}
/* Scroll Bar Master Styling Ends Here */
