div#scroller {width: 400px; height: 300px;}

div#scroller .content {height: 300px;	width: 390px;
	overflow: hidden; padding-right:5px; float: left;
}

div#scroller .scrollarea {height: 300px; width: 5px; float: left; cursor: pointer; background: #dddddd;}


div.scrollBarContainer { height: 290px; }

div#scroller .scrollKnob {width: 5px; background: #a930bc;}

div#scroller .scrollForward {width: 5px; height: 5px; background-image:url(../images/scroller-bottom.gif);}

div#scroller .scrollBack {width: 5px; height: 5px; background-image:url(../images/scroller-top.gif);}