/* 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: 8px;
	background: #D7EBDF url(../images/bg_dasar.gif) 0px 0px repeat-y;
}
.vscrollerbar {
	width: 8px;
	overflow:hidden;
	background: #5082B5;
}
.hscrollerbase {
	height: 15px;
	background: #D7EBDF url(../images/scroll_bg_horizontal.gif) left top repeat-x;
}
.hscrollerbar {
	height: 15px;
	/*background: #99CBCB url(../images/horizontalbarbody_cornerjog.png) 0px -30px repeat-x;*/
background: #5082B5
}
.vscrollerbar, .hscrollerbar {
	padding: 16px;
	z-index: 2;
}
.vscrollerbarbeg {
	background:#5082B5;
	width: 8px;
	height: 15px !important;
	padding-top:5px;
}
.vscrollerbarend {
	background: #5082B5;
	width: 11px;
	height: 15px;
}
.hscrollerbarbeg {
	background: url(../images/scroll_horizontal_kiri.gif) left top no-repeat;
	height: 15px;
	width: 8px !important;
}
.hscrollerbarend {
	background: url(../images/scroll_horizontal_kanan.gif) left top no-repeat;
	height: 15px;
	width: 8px;
}
.scrollerjogbox {
	width: 8px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #4E727C url(../images/tengahan.gif) left top no-repeat;
}
.vscrollerbasebeg {
	background:#5082B5;
	width: 8px;
	height: 15px !important;
}
.vscrollerbaseend {
	background:#5082B5;
	height: 15px;
	width: 8px;
}
.hscrollerbasebeg {
	background: url(../images/panah_kiri.gif) left top no-repeat;
	height: 15px;
	width: 8px;
!important;
}
.hscrollerbaseend {
	height: 15px;
	width: 8px;
	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 */
