/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    background: url("../images/images.jpg") repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 20px;
    display: none;
    height: 16px;
    overflow: hidden;
    position: fixed;
    left: 20px;
    text-decoration: none;
    text-indent: 100%;
    width: 31px;
}

#toTopHover {
    background: url("../images/images_hover.jpg") repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 16px;
    opacity: 0;
    overflow: hidden;
    width: 31px;
}

#toTop:active, #toTop:focus {
	outline:none;
}
