/*
|--------------------------------------------------------------------------
| 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:90px;
	overflow:hidden;
	width:18px;
	height:18px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/totop.png) no-repeat 0 0;
}

#toTop:hover {
	background-position:0 -17px;
}

#toTop:active, #toTop:focus {
	outline:none;
}