﻿
/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	/*-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000px;*/
}
.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-tap-highlight-color: transparent;
}

/* mouse grab icon */
 



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
	-webkit-tap-highlight-color:transparent;
	display: block;
    float: right;
    position: absolute;
	top: -39px;
    width: 28px;
	height:28px;
	padding:5px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:15px;
	color:#777;
}
.customNavigation a:hover{ color:#3a3a3a; background:#e7e7e7;}

.customNavigation a.prev {
    right:41px;
	cursor:pointer;
}
.product-info .product-image .customNavigation span.prev::before{
	color: #4c4c4c;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 25px;
    margin: 0 -1px 0 0;
    vertical-align: middle;
	top:1px;
	position:absolute;
	right:15px;
}

.product-image .customNavigation a.prev {left:0; height:25px; width:25px; padding:4px 8px;}
.product-image .customNavigation a.next {right:0; height:25px; width:25px; padding:4px 9px;}
.product-image  .customNavigation a {top:45px;}

.customNavigation a.next {
    right:9px;
	cursor:pointer;
}
.product-info .product-image .customNavigation span.next::before{
	color: #4c4c4c;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 25px;
    vertical-align: middle;
	position:absolute;
}

.banners-slider-carousel .product-carousel{  width:auto; /*margin:0 34px;*/ }
.banners-slider-carousel .customNavigation a.prev {
    left:0px;
	top:75px;
	z-index:9;  
	cursor:pointer;	
}
.banners-slider-carousel .customNavigation a.prev:hover { background:#e7e7e7; color:#3a3a3a;}
.banners-slider-carousel .customNavigation a.next {
    right:0px;
	top:75px;
	cursor:pointer;
	z-index:9;
	left:auto;
}
.banners-slider-carousel .customNavigation a.next:hover{background:#e7e7e7; color:#3a3a3a;}
.product-info .product-image .customNavigation{ text-align: center; width:100%; z-index:9;}
.product-info .product-image .customNavigation span.prev {
    left:0px;
	top:38px;
	position:absolute;	 
	cursor: pointer;
    height: 30px;
    padding:0;
    position: absolute;      
    width: 30px;
	border:none;
}
.product-info .product-image .customNavigation span.prev:hover 	{  text-decoration:none;}
.product-info .product-image .customNavigation span.next {	
    cursor: pointer;
    height: 30px;
    padding:0;
    position: absolute;
    right:2px;
    top: 40px;
    width: 30px;
	border:none;
}
.product-info .product-image .customNavigation span.next:hover 	{text-decoration:none;}


