.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.scroller {
  position: relative;
  overflow: hidden;
  margin: 0 -40px 0 0;
}
.scroller .items {
  position: absolute;
  clear: both;
}
.scroller .items .pane .pane-inner {
  margin: 0 -5px;
}
.padding {
  padding: 5px;
}
.scroller .item {
  padding: 0;
}
.scroller .pane .item:nth-child(5n+1) .item-inner {
  background: #00aeff;
}
.scroller .pane .item:nth-child(5n+2) .item-inner {
  background: #bb00dd;
}
.scroller .pane .item:nth-child(5n+3) .item-inner {
  background: #ffb049;
}
.scroller .pane .item:nth-child(5n+4) .item-inner {
  background: #93c261;
}
.scroller .pane .item:nth-child(5n+5) .item-inner {
  background: #961212;
}
.scroller .item img {
  width: 50%;
}
.item:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item h4 {
  font-size: 18px;
  margin: 0;
  padding: 10px;
}
.item h4 a {
  text-decoration: none;
}
.xs_intro {
  padding: 0 10px 10px;
  line-height: 18px;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 15px;
}
.scroller .items .active {
  position: relative;
  cursor: default;
}
.cloned {
  display: none;
}
a.browse {
  display: inline-block;
  width: 34px;
  height: 29px;
  cursor: pointer;
}
a.prev,
a.next {
  position: absolute;
  top: 15px;
  height: auto;
  width: auto;
}
a.prev {
  right: 95px;
}
a.next {
  right: 62px;
}
a.prev:before,
a.next:before {
  font-size: 26px;
  line-height: 22px;
  font-family: fontAwesome;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  display: block;
}
a.prev:before {
  content: "\f104";
  padding: 0 7px 0 4px;
}
a.next:before {
  content: "\f105";
  padding: 0 4px 0 7px;
}
.basic_h .items .pane {
  float: left;
}
.basic_h .pane .item {
  float: left;
}
.basic_h .scroller {
  display: inline-block;
  vertical-align: top;
}
.basic_h a.next {
  clear: right;
  margin-right: 0px;
}
.basic_h a.prev {
  margin-left: 0px;
}
a.disabled {
  visibility: hidden !important;
}
.navi {
  position: absolute;
  top: 22px;
  right: 0px;
}
.navi a {
  background: rgba(255,255,255,0.4);
  width: 11px;
  height: 13px;
  margin: 0 0 0 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 1px;
  cursor: pointer;
}
.navi a:hover {
  background: rgba(255,255,255,0.7);
}
.navi a:hover {
  background-position: 0 0;
}
.navi a.active {
  background-position: 0 0;
}
