

/*----------- Back to top --------------*/
#toTop {
	display:none;
	width:59px;
	height:59px;
	overflow:hidden;
	background:url(../images/totop.gif) center top no-repeat;
	position:fixed;
	margin-right:-560px !important;
	right:50%;
	bottom:80px;
	z-index:999;
}
#toTopHover {
	float:left;
	display:block;
	background:url(../images/totop.gif) center -73px no-repeat;
	width:59px;
	height:59px;
	overflow:hidden;
	opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}

