﻿
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 2px;
	background-color: white;
}
.vscrollerbar {
	width: 2px;
	background-color: white;
}

.hscrollerbarbeg {
	background:transparent url(/images/hscroller.png) repeat scroll -9px 0;
	height:9px;
}
.hscrollerbarend {
	background:transparent url(/images/hscroller.png) repeat scroll 0 0;
	height:9px;
	width:9px;
}
.hscrollerbase {
	background:white none repeat scroll 0 0;
	height:9px;
}
.hscrollerbasebeg, .hscrollerbaseend {
	background-color:#EEEEEE;
	background-image:none;
	border:3px solid #63615A;
	height:5px;
	top:2px;
}
.hscrollerbaseend {
	background-color:#63615A;
	border-width:0;
	height:5px;
	width:8px;
}
.hscrollerbasebeg {
	border-width:0 0 0 8px;
}
.hscrollerbar {
	background-color:#8F9793;
	padding:3px;
}