/* display none until init */
.product-carousel{
  display: none;
  opacity:1!important;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
 
.product-carousel .slider-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.product-carousel .slider-item{
  float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
  cursor: pointer;
}
.slider-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 
.grabbing {
    cursor:url("grabbing.png") 8 8, move;
}


/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
   
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color:transparent;
  display: block;
    float: right;
    height: 19px;
    position: absolute;
    top: -51px;
    width: 16px;
  cursor: pointer;
}

.customNavigation a.prev {
    background: url("sprite.png") no-repeat scroll -9px -337px transparent;
    right:22px;
}
.customNavigation a.prev:hover   { background-position: -9px -372px; text-decoration:none;}
.customNavigation a.next {
  background:url("sprite.png") no-repeat scroll -40px -337px transparent;
    right:4px;
}
.customNavigation a.next:hover   { background-position: -40px -372px; text-decoration:none;}

.brands-container .customNavigation a{ top: 30px; height: 28px; width: 25px; z-index:99; }
.brands-container .customNavigation a.prev{   left: -13px; background-position:-9px -333px;   }
.brands-container .customNavigation a.next{ right:-13px; background-position:-36px -333px; }

.brands-container .customNavigation a.prev:hover{ background-position:-9px -368px;}
.brands-container .customNavigation a.next:hover { background-position:-36px -368px;}

.brands-container .customNavigation{ display:none;  }
.brands-container:hover .customNavigation{ display:block;  }

.additional-carousel .customNavigation a.prev {
  top: 30px;
  left:-22px;
  background-position:-8px -335px;
}
.additional-carousel .customNavigation a.prev:hover
{    background-position: -8px -370px;}
.additional-carousel .customNavigation a.next{
  top: 30px;
  right:-18px;
  background-position:-42px -335px;
}
.additional-carousel .customNavigation a.next:hover{
  background-position:-42px -370px;
}