
/* 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: 30px;
max-height: 350px;
}

* html .vscrollerbase {
	height: 350px !important;
}

.vscrollerbar {
width: 30px !important;
background-image: url('scrollbar.png');
height: 26px !important;
margin-top: 10px;
}

* html .vscrollerbar {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.prinzemil.com/style/scrollbar.png',sizingMethod=crop);
	background-image: none;
}
.hscrollerbase {
height: 13px;
border: 1px solid #777;
}
.hscrollerbar {
height: 13px;
background: #fff;
}
.vscrollerbar, .hscrollerbar {
padding: 0;
z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
height: 0px !important;
}

.hscrollerbarbeg,
.hscrollerbarend,
.hscrollerbasebeg,
.hscrollerbaseend {
width: 0 !important;
height: 0 !important;
}

.scrollerjogbox {
width: 13px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

