.backToTop { background: url(/global/arrow-up-large.png) no-repeat center center #dddddd; bottom: 71px; color: transparent; display: none; font: 0/0 a; height: 60px; position: fixed; right: 30px; text-shadow: none; -webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
width: 60px; z-index: 100; _position:absolute; cursor:pointer; border-radius: 5px; }
.backToTop:hover { background-color: #d9534f; }