/*
|--------------------------------------------------------------------------
| 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:71px;
	overflow:hidden;
	cursor:pointer;
	width:48px;
	height:26px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/ui.totop.gif)/*tpa=http://static.livedemo00.template-help.com/wt_39237/images/ui.totop.gif*/ no-repeat left -25px;
}

#toTop:hover {
	background:url(../images/ui.totop.gif)/*tpa=http://static.livedemo00.template-help.com/wt_39237/images/ui.totop.gif*/ no-repeat left 0;
	width:48px;
	height:26px;
	display:block;
	overflow:hidden;
	float:left;
}

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