/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:25px;
    height:25px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.white{
     background:url(../../images/uparr-48-b.png) no-repeat center center rgba(179, 20, 8, 0.9);
}
#backTop.black{
     background:url(../../images/uparr-48-w.png) no-repeat center center rgba(179, 20, 8, 0.9); 
}
#backTop.red{
     background:url(../../images/uparr-48-w.png) no-repeat center center rgba(179, 20, 8, 0.9); 
}
#backTop.green{
     background:url(../../images/uparr-48-b.png) no-repeat center center rgba(179, 20, 8, 0.9); 
}

