div.thumb
{
      position: absolute; 
      width: 180px; 
      height: 140px; 
      background: url('../img/thumb-bg.gif') top left no-repeat; 
      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 #FFF; 
      border-bottom: 1px solid #FFF; 
}
}
div.thumb img.spinner
{
	width: 56px;
      height: 21px; 
} 
div.loading 
{ 
      width: 160px; 
     padding: 35px 0 0 35px; 
}