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

#toTop {
    background: url("http://img1.ancient-greek-sandals.com/ui.totop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 5px;
    color: white;
    display: none;
    height: 88px;
    overflow: hidden;
    padding-top: 67px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 88px;
    z-index: 11111111;
}
/*
#toTopHover {
	background:url(http://img1.ancient-greek-sandals.com/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
*/
#toTop:active, #toTop:focus {
	outline:none;
}
