/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.flexcroll {
	height: 220px;
	z-index: 10;	
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 37px;
}
.vscrollerbar {
width: 37px;
}
.hscrollerbase {
height: 15px;
}
.hscrollerbar {
height: 15px;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
width: 37px;
height: 15px !important;
}
.vscrollerbarend {
width: 37px;
height: 15px;
}
.hscrollerbarbeg {
height: 15px;
width: 37px !important;
}
.hscrollerbarend {
height: 15px;
width: 37px;
}
.scrollerjogbox {
width: 37px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbasebeg {
background: #323232 url(/gfx/updown.gif) no-repeat -1px 1px;
width: 37px;
cursor: hand;
height: 15px !important;
}
.vscrollerbaseend {
background: #323232 url(/gfx/updown.gif) no-repeat 0px -12px;
height: 15px;
cursor: hand;
width: 37px;
}
.hscrollerbasebeg {
height: 15px;
width: 37px !important;
}
.hscrollerbaseend {
height: 15px;
width: 37px;
}
.scrollerjogbox:hover {
}
/* Scroll Bar Master Styling Ends Here */

