/* do not modify .scrollgeneric class, required for proper operation */
/* 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: 27px;
	background-image: url(../pics/scrollerBG.jpg);
	background-repeat: repeat-y;
}

.vscrollerbar {
	width: 27px;
	height: 27px;
	max-height: 27px;
	background-image: url(../pics/sternSC.jpg);
	background-repeat: no-repeat;
}

.hscrollerbase {
	height: 3px;
	background-color: #f5df84;
}

.hscrollerbar {
	height: 3px;
	background-color: #FF9900;
}