.hover .on {
  display: block; }
.hover .off {
  display: none; }
.hover:hover .off {
  display: block; }
.hover:hover .on {
  display: none; }

.more {
  display: none;
  padding-bottom: 20px; }

.slider_outer_bg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #666666;
  box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
  -moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px; }

.slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden; }
  .slider .ttls {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    height: 50px;
    background: white;
    text-align: center;
    float: right;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    cursor: pointer; }
    .slider .ttls > div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      height: 20px;
      line-height: 20px;
      width: 20px;
      background: transparent url("../images/radio.png") no-repeat top left;
      color: white;
      font-weight: bold;
      text-align: center;
      margin-right: 10px; }
      .slider .ttls > div.current {
        background: transparent url("../images/radio_selected.png") no-repeat top left; }
  .slider .contents {
    padding: 0;
    background: #888888;
    position: relative;
    box-shadow: inset 0 -10px 10px -10px #000000, inset 0 10px 10px -10px #000000;
    -moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000; }
    .slider .contents > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
      -moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
      -webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000; }

.splits {
  position: relative; }
  .splits > br, .splits > p {
    display: none; }
  .splits > .split {
    position: absolute;
    top: 0; }

.split {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }
  .split.l {
    padding-left: 0 !important; }
  .split.r {
    padding-right: 0  !important; }
  .split.half.one {
    width: 50%; }
  .split.third.one {
    width: 33.33333%; }
  .split.third.two {
    width: 66.66667%; }
  .split.fourth.one {
    width: 25%; }
  .split.fourth.two {
    width: 50%; }
  .split.fourth.three {
    width: 75%; }

.tabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: none;
  border: 1px solid #cccccc; }
  .tabs .ttls {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background: #cccccc; }
    .tabs .ttls > div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      height: 30px;
      line-height: 30px;
      background: #888888;
      color: white;
      font-weight: bold;
      text-align: center; }
      .tabs .ttls > div.current {
        background: #244778; }
  .tabs .contents {
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 20px; }
