/*scroller*/
#scrollerstyle {
	width: 359px;
	height: 298px;
	overflow: auto;
	position: relative;

}
#scrollerstyle { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #340043; text-decoration: none; line-height: normal; padding: 5px; }

/* actual scroller styling */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase { width: 10px; background: #F8F8FA; border-right: #006699 1px dotted; border-left: #006699 1px dotted; }
.vscrollerbar { width: 10px; background: #840151; padding: 15px; z-index: 2; }
.vscrollerbasebeg { background:   url(toparrow.gif); width: 10px; height: 15px !important; }
.vscrollerbaseend { background:   url(bottomarrow.gif); height: 15px; width: 10px; }
