#productsslideshow {
  margin: 0 0 10px 0;
}
#products table {
  border-collapse: collapse;
}
#products tr {
  vertical-align: top;
}
#products td {
  margin: 0;
  padding: 0 17px 17px 0;
  width: 110px;
  background: #fff url(/images/products-thumb-bg.gif) no-repeat;
  background-position: bottom left;
}
#products td.last {
  margin: 0;
  padding: 0;
  width: 110px;
  background: #fff url(/images/products-thumb-bg.gif) no-repeat;
  background-position: bottom left;
}
#products td div.text {
  padding: 3px 2px 5px 5px;
  font-size: 0.9em;
  color: #004071;
}


#product-images-box {
  width: 105px;
  float: left;
}
#product-images-box img {
  margin: 0 0 16px 0;
}
#product-contents {
  width: 259px;
  float: left;
}


#technical-box ul {
  margin: 0;
  padding: 0;
}
#technical-box ul li {
  list-style: none;
  width: 100px;
  float: left;
}