/* GALLERY */
div.sl {
  margin-top: 20px;
}
div.sl_img {
  text-align: center;
}
div.sl h2 {}
div.sl_ctls {
  margin: 8px 0;
  text-align: right;
}
div.sl_ctls a {
  color: #333 !important;
}
div.sl_ctls div.off {
  display: inline;
  color: #ccc;
  text-decoration: underline;
}
div.sl_nav {
  margin-top: 28px;
}
/*
table.sl_grid td.item {
  width: 88px;
  height: 88px;
  background-color: #e5e5e5;
  vertical-align: middle;
  text-align: center;
}
table.sl_grid td.item a {
  display: block;
  margin: 9px;
}
table.sl_grid td.space {
  width: 16px;
}
table.sl_grid td.space_tr {
  height: 16px;
}
*/


div.sl_nav {
  margin-left: -16px;
  margin-right: -1px;
}
div.sl_thumb {
  width: 88px;
  height: 88px;
  overflow: hidden;
  background-color: #e5e5e5;
  float: left;
  margin: 0 0 16px 16px;
}
div.sl_thumb a {
  display: block;
  position: relative;
  width: 80%;
  height: 80%;
  margin: 10%;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
/*div.sl_thumb img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}*/


