#scroller {
	position:relative;
	width:562px;
	height:400px;
	overflow:hidden;
	}

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

#scrollControls {
	position:absolute;
	top:0;
	right:5px;
	height:200px;
	width:10px;}

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

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

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

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

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

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

#scrollControls_thumb {
	position:absolute;
	width:14px;
	background:transparent url(../images/scrollbody.gif);   }

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

#scrollControls_thumbBtm {
	width:14px;
	padding-bottom:0;
	position:absolute;
	bottom:0;
	_bottom:-1px; }

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