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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:100px;
	overflow:hidden;
	width:37px;
	height:37px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../../../static.livedemo00.template-help/wt_39728/images/back_to.png) no-repeat left top;
}


#toTop:hover {
	outline:none;
	background-position: 0 -37px;
}
