/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 37px;
	height: 37px;
	overflow: hidden;
	background-image:url(../img/back_top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position: fixed;
	margin-right: -670px !important;
	right: 50%;
	bottom: 64px;
	z-index: 999;
}
#toTop:hover {background-position:0 -37px;
}
