/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position:relative;
  width: 550px;
  padding-top: 0px;
  padding-left: 0px;
}

#thumbs 
{ width: 550px; 
  float: right;
}

#thumbs a 
{ display: table; 
  float: left; 
  margin: 40px 30px 10px 15px; 
  width: 130px; 
  height: 130px; 
  border: 0px solid #40403E;
}

#thumbs a img 
{ width: 130px; 
  height: 130px; 
  border: 0;
}



