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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:5px;
	overflow:hidden;
	width:120px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left top;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}


@media screen and (max-width: 640px) {
#toTop {	display: none !important; background:url(../img/toparrow.png) no-repeat left top !important;
	width: 50px !important; height: 50px !important; 
}



}



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