/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999;
	background-image: url(ui.totop_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	right: 15px;
	bottom: 50px;
}

#toTopHover {
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background-image: url(ui.totop_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#toTop:active, #toTop:focus {
	outline:none;
}
