/*  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: 8px;
background-color: #000000;
}

.vscrollerbarbeg {
	background: url(img/shoutbox_scroll_up.png) no-repeat;
	height: 6px;
	width: 8px;
}

.vscrollerbarend {
	background: url(img/shoutbox_scroll_down.png) no-repeat;
	height: 6px;
	width: 8px;
}
