/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/


.product-slider-wrap {width:100%;margin: 0 auto 10px;clear: both;overflow: hidden;}
.product-slider-inner {width:100%;position: relative;    }

ul.proudct-slider {list-style: none;}
ul.proudct-slider li {}


.product-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  border: 4px solid #ccc;
  height:300px !important;
  overflow: hidden;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media (max-width: 640px) {
	.product-wrapper {height:250px !important;}
}

@media (max-width: 320px) {
	.product-wrapper {height:200px !important;}
}

.product-wrapper img {
  max-width: 100%;
  width: 100%;
  height:100%;
  margin:0 auto;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/

.product-wrapper .bx-pager,
.product-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.product-wrapper .bx-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 */
.product-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: absolute;
  top:61%;
  left:0;
  z-index: 999999;
}
.product-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.product-wrapper .bx-pager.bx-default-pager a:hover,
.product-wrapper .bx-pager.bx-default-pager a.active,
.product-wrapper .bx-pager.bx-default-pager a:focus {
  background: #00b9f1;
}
.product-wrapper .bx-pager-item,
.product-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.product-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.product-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.product-wrapper .bx-prev:hover,
.product-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.product-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.product-wrapper .bx-next:hover,
.product-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.product-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.product-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.product-wrapper .bx-controls-auto {
  text-align: center;
}
.product-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.product-wrapper .bx-controls-auto .bx-start:hover,
.product-wrapper .bx-controls-auto .bx-start.active,
.product-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.product-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.product-wrapper .bx-controls-auto .bx-stop:hover,
.product-wrapper .bx-controls-auto .bx-stop.active,
.product-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.product-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.product-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.product-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.product-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


.product-slider-controls {position: absolute;width:100%;height:27px;top: 50%; margin-top:-13px;z-index: 999;}
.product-slider-number {position: absolute;width:70px;margin:0 auto;height:27px;left:50%;margin-left:-35px;bottom:4px; z-index: 999;text-align:center;background:#fff;}
.product-slide-current {color:#0C93FD;font-weight:bold;line-height:27px;}
.product-slide-max {color:#000;line-height:27px;}

#product-slider-prev {display: inline-block;overflow: hidden;position: absolute;top:0;left:4px;width: 27px;height: 27px;}
#product-slider-prev a {background: #fff url(images/arrow_left.png);display: inline-block;width:27px;height: 27px;margin: 0;padding: 0;text-indent:-9999px;}
#product-slider-next {display: inline-block;overflow: hidden;position: absolute;top:0;right:4px;width: 27px;height: 27px;}
#product-slider-next a {background: #fff url(images/arrow_right.png);display: inline-block;width:27px;height: 27px;margin: 0;padding: 0;text-indent:-9999px;}
