@charset "utf-8";

#scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:64px;
    height:64px;
    text-indent:-9999px;
    display:none;
	background-image:url(pliki-n/na-gore.jpg)
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:0.50;
    filter:"alpha(opacity=50)";
    -ms-filter:"alpha(opacity=50)";
}