.thumbs {             
  width: 100%;         
  padding: .5em;
  color: #000;
  overflow: hidden;
  text-align: left;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {        
  width: 200px;     
  height: 230px;   
  float: left;      
  overflow: hidden; 
  text-align: left;
  padding: 0em 2.0em 2em 0em;
  margin-right: 0em;
  list-style:none;
  border:thin;
  border-color:#000000;
}

.thumbs img {        
  display: block;      
  text-align: left;  
  margin: 0 0 0 0; 
  padding-top: 20px;
}

hr {                   
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.ThumbnailsTitle {font-size:13px; color:#adadad; font-weight:bold; width:100px;}
