﻿/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed  */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 14px;}

.vscrollerbar {
	width: 8px;
	height: 26px !important;
	background-image: url('../images/scroll.png');
	margin: 1px 0 1px 2px;
	cursor:hand;
cursor:move;
}

* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/scroll.png');
background-image: none;
}

.hscrollerbase {height: 10px; background-color: black;}
.hscrollerbar {height: 10px; background-color: black;}

.scrollerjogbox {width: 17px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fff;}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #000;
}




