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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:18% !important;
	margin-right:-213px !important;
	bottom:122px;
	overflow:hidden;
	width:41px;
	height:41px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/back_to.jpg) 0 bottom no-repeat;
}
#toTop:hover{ background-position: 0 top;}

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