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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 59px;
    right: 40px;
	overflow:hidden;
	width: 44px;
    height: 108px;
	border:none;
	text-indent: -9999px;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index:9 !important;
}



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