/* Scroll Bar Styling Starts Here */

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

/* force to always display the vertical scrollbase */
/*
.vscrollerbase {
visibility: visible !important;
}
*/

.vscrollerbase, .vscrollerbar {
	width: 11px;
}
.vscrollerbar {
	height: 24px !important; /* really need !important here */
	background: url(../images/scrollbar/vscrollerbar.png) no-repeat;
}

.vscrollerbase {
	background: url(../images/scrollbar/vscrollerbase.png) repeat-y; 
}

.vscrollerbasebeg { 
	width: 11px; 
	background:  url(../images/scrollbar/vscrollbasebeg.png) no-repeat;
}
.vscrollerbaseend { 
	height: 8px; 
	width: 11px;
	background: url(../images/scrollbar/vscrollbaseend.png) no-repeat;
}

.vscrollerbar, .hscrollerbar {
	padding: 12px 28px; 
	z-index: 2;}
