#scroller {
	position:relative;
	width:460px;
	height:300px;
	overflow:hidden;
	border:0px}

#scrollContainer {
	position:absolute;
	top:5px;
	left:5px;
	width:460px;}

#scrollControls {
	position:absolute;
	top:0;
	right:0px;
	height:300px;
	width:13px;}

#scrollControls .track {
	cursor:pointer;
	cursor:hand; }

#scrollControls .button {
	position:relative;
	width:13px;
	height:11px;
	cursor:pointer;
	cursor:hand; }

#scrollControls .arrowTop {
	background:  url(../images/scroll/scrup.gif) no-repeat; }

#scrollControls .arrowBot {
	background:  url(../images/scroll/scrdn.gif) no-repeat; }

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:11px;
	width:13px;
	cursor:pointer;
	cursor:hand; }

#scrollControls_track {
	position:relative;
	width:13px; }

#scrollControls_thumb {
	position:absolute;
	width:13px;
	background:transparent url(../images/scroll/bg.gif);   }

#scrollControls_thumbTop {
	width:13px;
	top:-1px;
	height:1px;
	padding-top:3px;}

#scrollControls_thumbBtm {
	width:13px;
	background:transparent url(../images/scroll/bottom.gif) bottom no-repeat;
	padding-bottom:0;
	position:absolute;
	bottom:0;
	_bottom:-1px; }

#scrollControls_thumbMid {
	width:13px;
	height:40px;
	top:5px;
	background:transparent url(../images/scroll/middle_bg.gif) no-repeat; }