
   /* image gallery */
#image_gallery_box{background-color:#f7f7f7;position: relative;z-index: 0;}
.fade{max-width: 1060px;margin-bottom: 30px;}
.fade .slick-prev, .fade .slick-next{background-image:url("//images.images4us.com/888poker/es/ImageGalleryNavigation_1439452691774.png");background-repeat: no-repeat;margin-top: 0;z-index: 1000;
height:100%;background-color: black!important;top: 0;width: 40px;opacity: 0.7;}
.fade .slick-prev{background-position: 0px 50%;left:0;}
.fade .slick-prev:hover{opacity: 1;}
.fade .slick-next{background-position: -36px 50%;right:0;}
.fade .slick-next:hover{opacity: 1;}
.fade .slick-slide .image{}
.fade .slick-slide img{display:block;width:100%;}
.fade .slick-slide img.slick-loading{border:0 }
.fade .slick-slider{margin:30px auto 50px;}

/* video gallery */
#video_gallery_box{background-color: #f4f4f4;}

	.hold_scroller{padding-bottom: 20px;overflow: hidden;position: relative;margin-top:0px;text-align: center;margin-bottom: 20px;}
	.video_scroller{
	position: relative;
	margin-bottom: 12px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;.hold_scroller
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
	.video_gallery{max-width:1000px;background-color:#000000;}
	.youtube_box{width:100%;}
	.video_tab{width:178px;height: 120px;display: inline-block;zoom: 1;background-color:#1b1b1b;vertical-align: top;text-align:left;cursor:pointer;transition: background .3s ease-out;}
	.video_tab:hover{background-color:#333333;}
	.video_tab.video_selected{background-color:#333333;}
	.video_tab .video_img{border: 5px solid white;margin: 14px;display: inline-block;zoom: 1;vertical-align: top;}
	.video_details{display: none;margin-top: 14px;max-width: 260px;overflow: hidden;height: 120px;}
	.video_details p {width:260px; height:50px;}
        .video_details .video_description {color: white;}
	.video_gallery .iScrollHorizontalScrollbar {height:25px!important;background-color: #333!important;border-radius: 0;z-index: 1!important;}
	.video_gallery .iScrollIndicator{border: 0px!important;border-radius:0!important;background-color: #555!important;cursor: pointer;}
	
	.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

    @media only screen and (min-width:30em) {  
      .video_tab{width:228px;height:144px;}	  
    }
	@media only screen and (min-width:40.0625em) {  
      .video_details{display:inline-block;}
	  .video_tab{width:500px;}
    }
	
