.tiny-slider {
  overflow: hidden;
  padding: 0 !important; }
  .tiny-slider.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* Hides the scrollbar. */
    -ms-scroll-chaining: none;
    /* Prevents Metro from swiping to the next tab or app. */
    -ms-scroll-snap-type: mandatory;
    /* Forces a snap scroll behavior on your images. */
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    /* Defines the y and x intervals to snap to when scrolling. */ }

.tiny-content {
  position: relative;
  -webkit-transition: transform 0s, height 0s;
  -moz-transition: transform 0s, height 0s;
  transition: transform 0s, height 0s;
  overflow: hidden; }
  .tiny-content.horizontal {
    left: 0; }
    .tiny-content.horizontal:after {
      content: '';
      display: table;
      clear: both; }
    .tiny-content.horizontal > div, .tiny-content.horizontal > li, .tiny-content.horizontal > span, .tiny-content.horizontal > a {
      float: left;
      box-sizing: border-box;
      overflow: hidden; }
  .tiny-content.fade > div, .tiny-content.fade > li, .tiny-content.fade > span, .tiny-content.fade > a, .tiny-content.others > div, .tiny-content.others > li, .tiny-content.others > span, .tiny-content.others > a {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: transform 0s, opacity 0s, height 0s; }

.tiny-nav button {
  vertical-align: middle; }

.tiny-lazy {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tiny-lazy.loaded {
    opacity: 1; }

[hidden] {
  display: none !important; }

[data-controls], [data-action], [data-slide] {
  cursor: pointer;
  border-width: 0;
  padding: 0; }

  .tiny-slider {
    width: 902px;
  }
  .slider-a {
    display: block;
  }
  .slider-wrap {
    position: relative;
  }

  .slider-thumbnails {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .slider-thumbnails button {
    display: inline-block;
    background-color: #2f311a;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    transition: width .15s;
  }
  .slider-thumbnails [aria-selected=true] {
    width: 26px;
    background-color: #db640a;
    background-color: rgba(214, 93, 3, .8);
  }
  .slider-thumbnails .hide {
    display: none;
  }

  .line-txtover {
    display: inline-block;
    max-width: 358px;
    padding: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }