.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;
}
.padding {
  padding: 15px 0;
}
.scroller .item {
  padding: 0;
}
.scroller .item .item-inner {
  *zoom: 1;
  *zoom: 1;
}
.scroller .item .item-inner:before,
.scroller .item .item-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.scroller .item .item-inner:after {
  clear: both;
}
.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: 0px 0 7px;
}
.scroller .item h4 a {
  text-decoration: none;
  color: #fff;
}
.xs_intro {
  line-height: 18px;
}
img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
img.top {
  margin-bottom: 10px;
}
.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;
  bottom: -36px;
  height: auto;
  width: auto;
}
a.prev {
  left: 38%;
}
a.next {
  left: 51%;
}
.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;
}
.basic_v {
  position: relative;
}
.basic_v .item+.item {
  border-top: 1px solid rgba(255,255,255,0.4);
}
.basic_v a.prev,
.basic_v a.next {
  background: url(../images/triangle-arrows.png) no-repeat 2px 0;
  width: 45px;
  height: 25px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.basic_v a.prev:hover {
  background-position: 2px -26px;
}
.basic_v a.next {
  background-position: -47px 0;
}
.basic_v a.next:hover {
  background-position: -47px -26px;
}
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;
}
