.page .content {    
	position: absolute;
	left: 45px;
	top: 160px;
	width: 700px;
	height: 238px;
	overflow: hidden;
}

.page .scroll-up,
.page .scroll-down {
	position: absolute;
	display: block;
	width: 35px;
	height: 0px;
	padding-top: 21px;
	overflow: hidden;
	left: 500px;
}

.page .scroll-up { top: 0px; background: url(../images/ui/arrow-up-2.png) left top no-repeat; }
.page .scroll-down { top: 49px; background: url(../images/ui/arrow-down-2.png) left top no-repeat; }