/* CSS Document */
.scrollup{
	width:42px;
    height:42px;
    opacity:1.0;
    position:fixed;
    bottom:50px;
    /*right:10%;*/
	display:none;
	margin-left:1000px;
    text-indent:-9999px;
    background-image: url('/images/icons/scroll-up-arrow.png');
	background-repeat:no-repeat;
	background-position: top left;	
}

.scrollup:hover{
	background-position: bottom left;	
}

.threetwentyone{
	width: 321px;	
}

.loading{
	width:66px;
    height:66px;
    opacity:1.0;
    position:fixed;
    bottom:250px;
    /*right:10%;*/
	margin-left:450px;
    text-indent:-9999px;
    background-image: url('/images/jquery/big-loader.gif');
	background-repeat:no-repeat;
	background-position: top left;		
}

