#up {	
	z-index: 100;
	 position: fixed;
	overflow: visible;
	display: block;
	height: 45px;
	width: 45px;
	margin: 0;
	bottom: 10px;
	padding: 0;
	right: 10px;
}
#up [class^="arrow_carrot_up_alt"] {
	font-size: 36px;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;	
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	text-align: center;
	width: 100%;
	height: 100%;}