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

.vscrollerbase {
	width: 18px;
	background-color: #e5e5e5;
}

.vscrollerbar {
	width: 5px !important;
	height: 27px !important;
	/*background-color:#ae0101;*/
	background: url(../images/scroll.png) no-repeat;
	left: 4px;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 5px;
}

.hscrollerbase {
	height: 18px;
	background-color: #e5e5e5;
}

.hscrollerbar {
	height: 5px !important;
	width: 27px !important;
	/*background-color:#ae0101;*/
	background: url(../images/scrollH.png) no-repeat;
	top: 4px;
}

.scrollerjogbox {
	width: 8px;
	height: 8px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #e5e5e5;
}

/*div#center div.all .vscrollerbar {
	width: 5px;
	height: 25px !important;
	background-color: #ae0101;
	left: 2px;
}*/

/*div#center div.all .hscrollerbar {
	height: 5px;
	width: 25px !important;
	background-color: #ae0101;
	top: 2px;
}*/
