div.gallery {
  border: 2px solid #222222;
  background-color: #bbbbbb;
  margin: 0px 0px 0px 0px;
}
  
#thumbs .thumb a {
  text-decoration:none;
}
  
#thumbs .thumb a img {
  border-width: 0;
} 
  
.thumb {
  overflow: hidden;
  display: block;
  float: left;
  margin:4px 0px 0px 4px;
  width: 150px;
  height: 150px;
  background: transparent url(/images/ajax_loaders/ajax-loader.gif) no-repeat center center;
}
  
.image {
  display:block;
  background-color: RED;
}
  
#top_spacer {
  clear: both;
  height: 1px;
}
  
#bot_spacer {
  clear: both;
  height: 5px;
}
