/*|--------------------------------------------------------------------------| UItoTop jQuery Plugin 1.2| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/|--------------------------------------------------------------------------*/#toTop {	display:none;	text-decoration:none;	position:fixed;	bottom:20px;	right:40px;	overflow:hidden;	z-index: 10000;	height: 35px;	width: 35px;	border:none;	text-indent:100%;	transition: all 0.35s linear;	-moz-transition: all 0.35s linear;	-webkit-transition: all 0.35s linear;	-o-transition: all 0.35s linear;	opacity: 0.5;	-moz-opacity: 0.5;	filter:alpha(opacity=0.5);	color:#191919;	background:url(../img/backup.png) no-repeat top left #191919;}#toTop:hover {		opacity: 0.75;	-moz-opacity: 0.75;	filter:alpha(opacity=0.75);}#toTopHover {	opacity: 0.5;	-moz-opacity: 0.5;	filter:alpha(opacity=0.5);}#toTop:active, #toTop:focus {	outline:none;