.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E9E9E9;
}

.vscrollerbase {
	width: 6px;
	background-image: url(../../img/fundo_scroll_v.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
}
.vscrollerbar {
	width: 6px;
	height: 45px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #CCCCCC;
}
.hscrollerbase {
width: 6px;
background-color: #E9E9E9;
}
.hscrollerbar {
	width: 6px;
	background-color: #CCCCCC;
	background-image: url(../../img/fundo_scroll_v_bt.jpg);
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

