
#BackToTop:hover {
background-color: white;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
opacity: 1;
}

#BackToTop {
	float: left;
	display:none;
    color: #eee;
/*    margin: 0 5px;*/

    text-decoration: none;    
    font: bold 14px Arial, Helvetica;
	position:fixed;
/*	top:10px; */
bottom:10px;
	right:10px;

	background: url(images/bigNavArrows.png)  no-repeat 0 0;
filter: alpha(opacity=30);
-ms-filter: "alpha(opacity=30)";
opacity: .3;
-moz-border-radius: 10px;
border-radius: 10px;

z-index:1001;
width: 80px;
height: 80px;	
	
	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}

