.tabs {
  margin: 0;
  padding: 0;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  list-style: none outside none;
  -moz-box-sizing: border-box;
  position: relative;
}
.tabs li {
  float: left;
  border: 1px solid #252525;
  border-right: none;
  display: block;
  color: #333333;
  font-size: 22px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #e0e0e0;
  cursor: pointer;
}
.tabs li:last-child {
  border-right: 1px solid #252525;
}
.tabs .tabs_active {
  background-color: #fff;
  border-bottom-color: transparent;
}
.tabs-panes > div {
  display: none;
  visibility: hidden;
  word-wrap: break-word;
}
.tabs-panes .tabs_active {
  visibility: visible;
  display: block;
}
.fftw-panes .fftw-show-thumbnail li {
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.fftw-panes .fftw-show-thumbnail li:before,
.fftw-panes .fftw-show-thumbnail li:after {
  content: '';
  display: block;
  clear: both;
}
.fftw-panes .fftw-show-thumbnail li img {
  float: left;
  margin-right: 6px;
}
.fftw-panes .fftw-show-thumbnail li a {
  display: block;
}
.fftw-panes .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fftw-panes .tags:before,
.fftw-panes .tags:after {
  content: '';
  display: block;
  clear: both;
}
.fftw-panes .tags li {
  display: inline;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
