/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	left:10px !important;
	bottom:10px !important;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

#backTop.red{
     background:url(../images/uparr-48-b.png) no-repeat center center; 
}


