#totopscroller {
position: fixed;
right: 5px;
bottom: 5px;
width: 25px;
}
#totopscroller div {
width: 25px;
height: 25px;
position: relative;
}
#totopscroller a {
display: none;
background: url('totopicons25.png');
width: 25px;
height: 25px;
display: block;
text-decoration: none;
border: medium none;
margin: 0 0 -1px;
border: 1px solid #949494;
}
.totopscroller-top {
background-position: 0 0 !important;
}
.totopscroller-lnk {
background-position: 0 -25px !important;
}
.totopscroller-prev {
background-position: 0 -63px !important;
position: absolute;
top: 0;
left: 0;
}
.totopscroller-bottom {
background-position: 0 -44px !important;
position: absolute;
top: 0;
left: 0;
}

@media print {
    #totopscroller {
		display: none;
    }
}