/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop 
{
    
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:37px;
	right:0;
	overflow:hidden;
	width:115px;
	height:27px;
	border:none;
	background:url(../Images/back_to_top_icon_blue_n.jpg) no-repeat left top;
	z-index:9999;
}

#txt
{
    display:block;
    text-align:center;
    position:relative;
    top:-22px;
    *top:-24px;
    left:8px;
    font-size:17px;
    color:#fff;
    width:80px;
	height:57px;
}

#toTopHover {
	width:115px;
	height:27px;
	display:block;
	overflow:hidden;
	z-index:100px;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background:url(../Images/back_to_top_icon_blue_h.jpg) no-repeat left top;
}

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