.slider_outer{ float:left; width:100%; }
.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

    float: left;
    
}

.slide {
  height: 100%;
  float: left;
  clear: none;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.slider-arrow--right {
  background:  url(../images/arrow_right.png) no-repeat right center;
    bottom: 50%;
    right: 30px;
	width:19px; height:37px;
	 text-indent:-999px; overflow:hidden;

	
	}


.slider-arrow--left {
  background:  url(../images/arrow_left.png) no-repeat left center;
    bottom: 50%;
    left: 30px;
	width:19px; height:37px; text-indent:-999px;overflow:hidden;
	
	}

.slider-nav {
  position: absolute;
  bottom: 20px; display:none;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover {
  background: #ccc;
}

.slider-nav__item--current {
  background: #ccc;
}


        .box {
    height: 100%;
    width: 100%;
}

   .box img {
       /*display:block;*/
  float: left;
    height: auto;
    width: 100%;
	}
