#vehicles-table table {
  width: 400px;
  table-layout: fixed;
  border-collapse: collapse;
}
#vehicles-table tr {
  vertical-align: top;
}
#vehicles-table tr td {
  padding: 1px;
}


#leftside-gallery {
  width: 250px;
  float: left;
}

#large-thumbnail {
  width: 400px;
  overflow: hidden;
}

#rightside-gallery {
  width: 400px;
  float: none;
  clear:both;
}

#center-box img{
display:block;

}
