/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {left:44%; }

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:0px;
	right:10px;
	overflow:hidden;
	width:86px;
	height:46px;
	border:none;
	text-indent:100%;
	background:url(images/top.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
    margin:0 0 0 50px
}

#toTopHover {
	background:url(images/top.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:86px;
	height:46px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}