/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:absolute;
	right:14px !important;
	top:0px;
	overflow:hidden;
	width:76px;
	height:35px;
	border:none;
	z-index:20;
	background:url(../img/totop.gif) no-repeat left top;
	border-radius:0 0 10px 10px;
	cursor:pointer;
	margin:0 !important;
}
#toTop div {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	padding-top: 12px;
}
