/* IMAGES */
table.b-simple-images {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px; }
  table.b-simple-images td {
    vertical-align: middle; }
  table.b-simple-images td.empty {
    background-color: #d6dede;
    height: 80px;
    width: 627px;
    text-align: center; }
  table.b-simple-images td.btn {
    width: 11px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    cursor: pointer; }
  table.b-simple-images td.left {
    width: 20px;
    background-image: url(../images/but_arrowLeft.png); }
  table.b-simple-images td.right {
    padding-left: 0px;
    background-image: url(../images/but_arrowRight.png); }
  table.b-simple-images div.slided {
    background-color: transparent !important;
    overflow: hidden;
    position: relative;
    background-color: #d6dede;
    height: 80px;
    width: 600px;
    text-align: center; }
    table.b-simple-images div.slided img {
      cursor: pointer;
      max-height: 80px; }
    table.b-simple-images div.slided div {
      position: relative;
      padding-bottom: 5px;
      margin: 0 0 0 5px; }
    table.b-simple-images div.slided div.select {
      background-color: #99cdec; }
    table.b-simple-images div.slided div.action {
      right: 0;
      top: 0;
      position: absolute;
      height: 88px;
      width: 22px;
      background-color: #f1f3f8; }
    table.b-simple-images div.slided div span {
      margin: 2px; }
