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


.vscrollerbase {
width: 12px;
background-color: #eeffba;
}

.vscrollerbar {
	width: 10px;
	background-color: #550055;
	padding: 15px;
}


.vscrollerbarbeg {
	width: 10px;
	height: 15px !important;
}

.vscrollerbarend {
	width: 10px;
	height: 15px;
}


.vscrollerbasebeg {
	background: url(../images/arrow_up.png) -2px no-repeat;
	width: 15px;
	height: 15px !important;
}

.vscrollerbaseend {
	background: url(../images/arrow_down.png) -2px no-repeat;
	height: 15px;
	width: 15px;
}


