@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
.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;
}
.gfont-roboto {
  font-family: 'Roboto', sans-serif;
}
.gfont-sans {
  font-family: 'Lato', sans-serif;
}
.font-large {
  font-size: 40px;
  line-height: 60px;
}
.width-45 {
  width: 45%;
}
.title-noborder .title {
  border: 0;
}
.dividing-line {
  padding: 40px 0;
  margin: 35px 0;
  position: relative;
  background: url(../images/divider-top.png) no-repeat 100% 0;
}
.dividing-line:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  height: 7px;
  background: url(../images/divider-bottom.png) no-repeat 100% 100%;
}
.btn-box-open {
  background: url(../images/icon-box-open.png) no-repeat 10px 10px;
  color: #8a8a8a;
  font-weight: bold;
  padding-left: 35px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.scroller {
  position: relative;
  overflow: hidden;
}
.scroller .items {
  position: absolute;
  clear: both;
  margin: 0 25px;
}
.padding {
  padding: 10px;
}
.scroller .item {
  padding: 0;
  text-align: center;
}
.item h4 {
  font-size: 20px;
  margin: 5px 0;
}
.item h4 a {
  text-decoration: none;
}
.item .xs_category {
  font-size: 12px;
  color: #999;
}
.xs_intro {
  font-size: 13px;
  margin-bottom: 10px;
}
.scroller .item img {
  -webkit-box-shadow: 0 0 0px 6px #e1e1e1, 0 0 5px #000 inset;
  -moz-box-shadow: 0 0 0px 6px #e1e1e1, 0 0 5px #000 inset;
  box-shadow: 0 0 0px 6px #e1e1e1, 0 0 5px #000 inset;
}
img.left {
  float: left;
  margin-right: 15px;
  height: 100%;
}
img.right {
  float: right;
  margin-left: 15px;
  height: 100%;
}
.scroller .items .active {
  position: relative;
  cursor: default;
}
.cloned {
  display: none;
}
a.browse {
  background: url(../images/scroller-arrow.png) no-repeat 0 0;
  display: inline-block;
  width: 27px;
  height: 37px;
  cursor: pointer;
  font-size: 1px;
  position: absolute;
  top: 50%;
}
.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 {
  background-position: -33px 0px;
  clear: right;
  margin-right: 0px;
  right: 10px;
}
.basic_h a.next:hover {
  background-position: -33px -41px;
}
.basic_h a.next:active {
  background-position: -33px 0px;
}
.basic_h a.prev {
  margin-left: 0px;
  left: 10px;
}
.basic_h a.prev:hover {
  background-position: 0px -41px;
}
.basic_h a.prev:active {
  background-position: 0px 0px;
}
.basic_v .items {
  width: 100%;
}
.basic_v a.browse {
  margin: 5px auto;
  display: block;
}
.basic_v .scroller {
  margin: 0 auto;
}
.basic_v a.next,
.basic_v a.prev {
  background: url(../images/vert_large.png) no-repeat -2px -1px;
  float: none;
}
.basic_v a.prev:hover {
  background-position: -37px -1px;
}
.basic_v a.prev:active {
  background-position: -37px -1px;
}
.basic_v a.next {
  background-position: -2px -34px;
}
.basic_v a.next:hover {
  background-position: -37px -34px;
}
.basic_v a.next:active {
  background-position: -37px -34px;
}
a.disabled {
  visibility: hidden !important;
}
.navi {
  height: 24px;
  text-align: center;
  margin: 3px 0;
}
.navi a {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background: url(../images/navigator.png) -20px 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  font-size: 1px;
  cursor: pointer;
}
.navi a:hover {
  background-position: 0 0;
}
.navi a.active {
  background-position: 0 0;
}
