  div.thumb  {
position : absolute;
width : 180px;
height : 140px;
background : url('../img/thumb-bg.gif') no-repeat top left;
display : none;
padding : 35px 0 0 12px;
}
div.thumb img {
width : 120px;
height : 90px;
border-top : 1px solid #919191;
border-left : 1px solid #919191;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
}
div.thumb img.spinner {
width : 56px;
height : 21px;
}
div.loading {
width : 160px;
padding : 35px 0 0 35px;
} 
