.banner {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.banner li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.banner li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.banner img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
#slider2 { position: relative; overflow: auto; }
#slider2 li { -webkit-backface-visibility: hidden;
  position: absolute;
  display: ;
  width: 100%;
  left: 0;
  top: 0; }
  
#slider2 li:first-child {
  position: relative;
  display: block;
  float: left;
  }

/** Banner **/
.bannerSlider_tabs:focus {
  outline: none;
  }

.bannerSlider_tabs {
  margin: 0px auto;
  top:-80px;
  z-index:9998;
  position: relative;
  text-align: center;
  
  }

.bannerSlider_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.bannerSlider_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background:#9d8900;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 10px;
  height: 10px;
  }

.bannerSlider_tabs a {
  background:#0b948b;
  }
 .bannerSlider_here a { background-color:#00d9cb; }
 
 @media all and (max-width: 540px) {
	.bannerSlider_tabs { display:none; }
 }