@charset "UTF-8"; 

#slide_wrap {
	background: #ffffff;
	padding: 10px 0 0px;
	position: relative;
	width: 100%;
}
.slider {
	position: relative;
	width: 100%;
	height: 405px;
	overflow: hidden;
}
.sliders {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slide {
    position:absolute;
    top:0;
    left:0;
    clear: none;
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide a {
  display:block;
  height: 100%;
  width:100%;
  background-position:50% 50%;
}
.slide img {
	height: 100%;
	width: 100%;
	max-width: none;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__arrows {
	
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
	display: block;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
}
#slide_arrows {
  width:1140px;
  margin:0 auto;
  position:relative;
}
#slide_arrows a{
  position:absolute;
  width: 50px;
  display:block;
  top: 50%;
  height: 51px;
  top:-225px;
}
#pb-arrowR {
  	background: url("../../top/img/slide_next.png") no-repeat scroll 0 0  ;
    right: -25px;
}
#pb-arrowL{
	background: url("../../top/img/slide_prev.png") no-repeat scroll 0 0  ;
    left: -25px;
}
#slide_bullets{
  text-align:center;
  line-height:40px;
  height:40px;
  letter-spacing:0.5ex;
  font-size:100%;
}
#slide_bullets a{
  color:#cee8f5;
  text-decoration:none;
}
#slide_bullets a:hover,
#slide_bullets a.current{
  color:#0d91cf
}


.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 10px;
  height: 10px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: url("../../top/img/slide_bullet_off.jpg") no-repeat scroll 0 0  ;
}

.slider__nav-item--current {
    background: url("../../top/img/slide_bullet_on.jpg") no-repeat scroll 0 0  ;
}
.slider__nav-item:hover {
	background: url("../../top/img/slide_bullet_on.jpg") no-repeat scroll 0 0  ;
}




@media only screen and (max-width: 1160px) {
	
	.slider { height: 325px; }
	.slide_arrows_wrap {
	    margin-left: -484px;
	    width: 968px;
	}
	
  #slide_arrows {
    width:900px;
  }
  #slide_arrows a{
    top:-190px;
  }
}

@media only screen and (max-width: 929px) {

	.slider { height: 240px; }
	.slide_arrows_wrap {
	    margin-left: -360px;
	    width: 720px;
	}

  #slide_arrows {
    width:680px;
  }
  #slide_arrows a{
    top:-150px;
  }
}

@media only screen and (max-width: 767px) {

	.slider { height: 105px; }
	.slide_arrows_wrap {
	    display: none;
	}
  
  #pb-arrowR {
      background: url("../../top/img/slide_next_s.png") no-repeat scroll 0 0  ;
      right: -13px;
  }
  #pb-arrowL{
    background: url("../../top/img/slide_prev_s.png") no-repeat scroll 0 0  ;
      left: -13px;
  }
  #slide_arrows {
    width:280px;
  }
  #slide_arrows a{
    top:-65px;
    width: 25px;
    height: 25px;
  }
}