.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/apariencia/scroll_back.png);
	background-repeat: no-repeat;
}
.vscrollerbase {
	width: 14px;
	background-color: #000;
}
.vscrollerbar {
	width: 10px;
	background-image: url(../images/apariencia/scroll.png);
	margin-left: 2px;
	background-repeat: repeat-y;
}
.vscrollerbarbeg {
	width: 10px;
	height: 6px !important;
	background-image: url(../images/apariencia/scroll_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.vscrollerbarend {
	width: 10px;
	height: 6px;
	background-image: url(../images/apariencia/scroll_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
