#scroll-more {
	width: 172px;
	height: 36px;
	position: fixed;
	cursor: pointer;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#scroll-more.down {
	background: url(../images/btn_scroll_more.png) no-repeat;
}

#scroll-more.up {
	background: url(../images/btn_scroll_up.png) no-repeat;
}
