/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.mong-wrapper {
  position: relative;
  /* margin-bottom: 60px; */
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  z-index: 1;
}
.mong-wrapper img {
	width :100%;
  max-width: 100%;
  display: block;
}
.mongSlider {
  margin: 0;
  padding: 0;
}
ul.mongSlider {
  list-style: none;
}
.mong-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.mong-wrapper {
/*   -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc; */
  /* border: 5px solid #fff; */
  background: #fff;
}
.mong-wrapper .mong-pager,
.mong-wrapper .mong-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.mong-wrapper .mong-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.mong-wrapper .mong-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.mong-wrapper .mong-pager.mong-default-pager a {
  background: #bbb6ba;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.mong-wrapper .mong-pager.mong-default-pager a:hover,
.mong-wrapper .mong-pager.mong-default-pager a.active,
.mong-wrapper .mong-pager.mong-default-pager a:focus {
  background: #53b2f6;
  background: #347a2c;
}


.Shop_mainBanner .mong-wrapper .mong-pager.mong-default-pager a {
  background: #fafafc;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}


.Shop_mainBanner .mong-wrapper .mong-pager.mong-default-pager a:hover,
.Shop_mainBanner .mong-wrapper .mong-pager.mong-default-pager a.active,
.Shop_mainBanner .mong-wrapper .mong-pager.mong-default-pager a:focus {
  background: #c5ad8b !important;
}

.mong-wrapper .mong-pager-item,
.mong-wrapper .mong-controls-auto .mong-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.mong-wrapper .mong-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.mong-wrapper .mong-prev {
  left: 0;
  background: url('/plugin/mongSlider/bxBt_left.png') no-repeat center center;
}
.mong-wrapper .mong-prev:hover,
.mong-wrapper .mong-prev:focus {
  background-position: 0 0;
}
.mong-wrapper .mong-next {
  right: 0;
  background: url('/plugin/mongSlider/bxBt_right.png') no-repeat center center;
}
/* .mong-wrapper .mong-next:hover,
.mong-wrapper .mong-next:focus {
  background-position: -43px 0;
} */
.mong-wrapper .mong-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -54px;
  outline: 0;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  z-index: 9999;
}
.mong-wrapper .mong-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.mong-wrapper .mong-controls-auto {
  text-align: center;
}
.mong-wrapper .mong-controls-auto .mong-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.mong-wrapper .mong-controls-auto .mong-start:hover,
.mong-wrapper .mong-controls-auto .mong-start.active,
.mong-wrapper .mong-controls-auto .mong-start:focus {
  background-position: -86px 0;
}
.mong-wrapper .mong-controls-auto .mong-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.mong-wrapper .mong-controls-auto .mong-stop:hover,
.mong-wrapper .mong-controls-auto .mong-stop.active,
.mong-wrapper .mong-controls-auto .mong-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.mong-wrapper .mong-controls.mong-has-controls-auto.mong-has-pager .mong-pager {
  text-align: left;
  width: 100%;
  bottom: 30px;
  text-align: center;
  display: block;
}
.mong-wrapper .mong-controls.mong-has-controls-auto.mong-has-pager .mong-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.mong-wrapper .mong-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.mong-wrapper .mong-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
