.sliderLiGallery{position:relative; margin:0;}
.gallery-list{
	position:relative;
	white-space: nowrap !important;
	font-size:0;
	overflow: hidden;
}
.gallerySliderBoxs{
	-webkit-transition: -webkit-transform 0.5s,transform 0.5s !important;
    -moz-transition: transform 0.5s !important;
    transition: -ms-transform 0.5s,-webkit-transform 0.5s,transform 0.5s !important;
}

.gallery-box{
	max-height:533px;
	position:relative;
	display:inline-block;
	border:solid 0px #e4e4e4;
	padding:0px 3px 0px 0px;
	text-align:left;
	display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-box img{width:auto; height:60vh;}

.sliderLiGallery .left-arrow,.sliderLiGallery .right-arrow{width:85px; height:35px; opacity: 0!important; background-size:300px 300px; background-position:4px -37px; border-radius:50%; position:absolute; top:45%; margin-left:2px; z-index:1; 
	cursor:pointer; display:block; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; box-shadow: none!important;}
.sliderLiGallery:hover .left-arrow, .sliderLiGallery:hover .right-arrow{transition: opacity .5s; opacity: 1!important}
.sliderLiGallery .right-arrow{right:2px; }
.sliderLiGallery .right-arrow:hover{  background-position:-26px -37px; }
.sliderLiGallery .left-arrow{background-position:2px -67px;}
.sliderLiGallery .left-arrow:hover{  background-position:-28px -67px; }

@media screen and (max-width:1920px){
   
}
@media screen and (max-width:1540px){
    .gallery-box{ max-height:400px;}
   	.gallery-box img{width:auto; height:400px;}
}
@media screen and (max-width:980px){
	.gallery-box{ max-height:300px;}
   	.gallery-box img{width:auto; height:300px;}
   	.sliderLiGallery{height: 300px; width: auto;}
}
@media screen and (max-width:740px){
	.gallery-box{ max-height:45vh;}
   	.gallery-box img{width:auto; height:45vh;}
	.sliderLiGallery{height: 45vh; width: auto;}
}
@media screen and (max-width:600px){
	.gallery-box{ max-height:45vh;}
   	.gallery-box img{width:auto; height:45vh;}
    .sliderLiGallery{height: 45vh; width: auto;}
}
@media screen and (max-width:430px){
	.gallery-box{ max-height:45vh;}
   	.gallery-box img{width:auto; height:45vh;}
   	.sliderLiGallery{height: 45vh; width: auto;}
}
@media screen and (min-width:430px){
	
}

.sliderPaddingZero{
	padding-left: 0px!important;
	padding-right: 0px!important;
}