/*
.scrollToTop{
  width:80px; 
  height:80px;
  text-align:center; 
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position:fixed;
  bottom:95px;
  right:40px;
  display:none;
  background: url('../images/home/arrow-up.png') no-repeat 0px 0px;
}
.scrollToTop:hover{
  text-decoration:none;
}*/