/* estilos de la barra de scroll */

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

.vscrollerbase {
	width: 6px;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
}

.vscrollerbar {
/* color de la barra de scroll */
	width: 6px;
	background-color: #ffffff;
}
.hscrollerbase {
	height: 1px;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
}
.hscrollerbar {
	height: 1px;
	background-color: #ffffff;
}

.scrollerjogbox {
	width: 6px;
	height: 0px;
	left: auto;
	right: 0px;
	background-color: #bbbbbb;
}