#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px 20px 20px 20px;
background: #014765;
visibility: hidden;
z-index: 10;
cursor:hand;
}

#thumbBox .footerbar{ 
font: bold 12px arial;
color: white;
padding: 0 0 3px 0;
text-align: right;
}

#thumbBox #thumbImage{ 
background: #fff;
padding:2px;
}

#thumbLoading{ 
position: absolute;
visibility: hidden;
z-index: 5;
}

