#toTop {
    display: none;

    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;

	float:right;
    width: 70px;
    height: 70px;
    background-image: url('/mods/scroll_top/up3.jpg');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}