#sizeBox{
	visibility:hidden;
	display:none;
    right: 0px;
    bottom: 100px;
    position: fixed; 
    z-index: 999;    
    width: 100px; 
    height: auto; 
    background: #B3B3B3;
    text-align: center;
    padding: 10px 0;
    color: #fff; 
    font-size: 12px; 
    font-weight: bold;
}