/* CSS Document */
#page-top {
	width:50px;
	position: fixed;
	right:5%;
	bottom: 124px;
	font-size: 77%;
	text-align:right !important;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px !important;
	height:50px !important;
	padding: 0;
	text-align: right;
	display: block;
	border-radius: 5px;
	z-index:9999;
}
#page-top a:hover {
	text-decoration: none;
	filter:alpha(opacity=20); opacity:0.8;
	z-index:9999;
}
