
#pagetop{
	display: block;
	position: fixed;
	right: 0px;
	bottom: 20px;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter:alpha(opacity:0);
	zoom:1;
	z-index: 99;
}

#pagetop a{
	display: block;
	padding: 12px;
	background: none;
	color:#fff;
	text-decoration: none;
}

#pagetop img{
	max-width: 48px !important;
	height: 45px !important;
	width: 48px !important;
}

#pagetop a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

