/* 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: 17px;
}
.vscrollerbar {
width: 17px;
overflow:hidden;
background:url(../images/scroll_tengah.gif) left top repeat-y;
}
.hscrollerbase {
height: 15px;
}
.hscrollerbar {
height: 15px;
background:url(../images/scroll_horizontal_tengah.gif) left top no-repeat;
}
.vscrollerbar, .hscrollerbar {
padding: 16px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/scroll_atas.gif) left top no-repeat;
width: 17px;
height: 15px !important;
}
.vscrollerbarend {
background: url(../images/scroll_bawah.gif) left top no-repeat;
width: 17px;
height: 15px;
}
.hscrollerbarbeg {
background: url(../images/scroll_horizontal_kiri.gif) left top no-repeat;
height: 15px;
width: 17px !important;
}
.hscrollerbarend {
background: url(../images/scroll_horizontal_kanan.gif) left top no-repeat;
height: 15px;
width: 17px;
}
.scrollerjogbox {
width: 17px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(../images/tengahan.gif) left top no-repeat;
}
.vscrollerbasebeg {
background: url(../images/panah_atas.gif) left bottom no-repeat;
width: 17px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../images/panah_bawah.gif) left top no-repeat;
height: 15px;
width: 17px;
}
.hscrollerbasebeg {
background: url(../images/panah_kiri.gif) left top no-repeat;
height: 15px;
width: 17px !important;
}
.hscrollerbaseend {
height: 15px;
width: 17px;
background: url(../images/panah_kanan.gif) left top no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(../images/tengahan_hover.gif) left top no-repeat;
}
/* Scroll Bar Master Styling Ends Here */
