/* Scroll Bar Master Styling */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.hscrollerbase {
	height: 26px;
	background-color: #3D3D3D;
}

.hscrollerbar {
	height: 26px;
	background: #333 url(../images/hscrollerbar_bg.gif) no-repeat 50% 50%;
}

