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



#toTop {
	display:none;
	text-decoration:none;
	overflow:hidden;
	width:42px;
	height:42px;
	border:none;
	text-indent:-999px;
	margin-right:-498px !important;
	z-index:20;
	bottom:320px;
	top:auto;	
	background:url(../images/ui.totop.png) no-repeat left -42px;
	cursor: pointer;
	position:absolute;
	right: 48% !important;
}

#toTop:Hover {
	background:url(../images/ui.totop.png) no-repeat left top;
}

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