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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:10px;
	overflow:hidden;
	width:65px;
	height:48px;
	border:none;
	text-indent:-999px;
	 z-index:999;
	background:url(../images/ui.totop.png) no-repeat left bottom ;
}

#toTop:hover {
	background-position:left 0px;

	 outline:none;
}

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

