.scrollup {
	position:fixed;
	width:64px;
	height:48px;
	bottom:10px;
	right:10px;
	background: url('arrow_up.png') no-repeat;
	outline: none !important;
	text-indent:-9999px;
	opacity: 1;
	display:none;
}
