.scrollButton {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0px;
	}
	
	.scrollButton a {
		cursor: pointer;
		_cursor: hand;
	}

#scrollBox {
	width: 320px;
	overflow: hidden;
	}
			
		
