a.scrollToTop{
	background: url(images/scrollToTop.png) no-repeat top center;
	bottom: 20px;
	border: 0;
	display:none;
	height: 40px;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	position: fixed;
	right: 20px;
	width: 40px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	z-index: 9999;

}

a.scrollToTop:hover { opacity: 1; }