/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:34px;
    height:34px;
    /*padding:2px;
    border-radius:50%;
    text-indent:-9999px;
		*/
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;	
	color: white;
	background: url(../images/arrow-up.png) no-repeat;
}


/*
#backTop.white{
    background: url(../images/ar1row.png) no-repeat center center ; 
    border:1px solid #ffffff;
}*/

/*
#backTop.black{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(0,0,0,0.8); 
    border:1px solid #ccc;
}
#backTop.red{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(217,97,81,0.9); 
    border:1px solid #fff;
}
#backTop.green{
     background:url(../img/uparr-48-b.png) no-repeat center center rgba(81,217,187,0.9); 
    border:1px solid #fff;
}
*/
