﻿/* START ----- IE 9 ONLY */

/*.ie9 #galleryThumb .slideImage {
	opacity: 1;
}

.ie9 .swiper-button-prev, .swiper-button-next {
	height: 50px !important;	
}
.arrowHide {
	visibility:hidden;
}

.ie9 #galleryThumb .overlayBanner {
	background: none;
}

.ie9 #galleryThumb a.imgClick {
	background-color: rgba(255, 255, 255, 0.67);
	display: block ;
	position: relative ;
	top: 17px ;
	height: 40px ;
	padding-top: 18px ;
	padding-bottom: 15px ;
} */
.ie9 .swiper-button-prev, .ie9 .swiper-button-next {
	display:none !important;
}
.ie9 .slideImage, .ie9 .byline, .ie9 .headLine {
	cursor: pointer;
	
}
.ie9 a[disabled=disabled] .overlayBanner {
	color: black !important;
}  
/* END ----- IE 9 ONLY */

#arrowContainer  .lineNext {
    width: 3px;
    height: 227px;
    display: block;
    position: absolute;
    z-index: 200;
    top: 100px;
    display: block;
}

#galleryThumb .lineNext {
	background: url('../img/linePreview.png') 0px 0px;
	right: 0px;

}
#arrowContainer .lineNext {
	background: url('../img/linePreview.png') -3px 0px;
	right: 0px;
}

.swiper-button-prev, .swiper-button-next {
    display: block;
    width: 50px;
    height: 300px;
    position: absolute;
    top: 55px;
    z-index: 800;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.swiper-button-prev { background: url('../img/banner-arrow-prev.png') top right no-repeat; top: -65px; right: 252px; -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg); 
    background-size: 30px;
}
    
.swiper-button-next { background: url('../img/banner-arrow-next.png') top right no-repeat; top: 175px;
    right: 243px; -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg); 
    background-size: 30px;
}
    
#galleryThumb .slideImage {
	color:#000;
	opacity: 0.9;
	background: transparent !important;
	background-color: #fff !important;
	margin-bottom:0px !important;
	text-align: right;
	width: 275px;
	height:71px;
}

#galleryThumb .ImageDisplay {
	color:#000;
	opacity: 0.9;
	background-color: #fff !important;
	margin-bottom:0px !important;
	text-align: right;
	width: 275px;
}

#galleryThumb .ImageDisplay.swiper-slide-active {
	color:#000;
	opacity: 0.9;
	background-color: #fff !important;
	margin-bottom:0px !important;
	text-align: right;
	width: 297px !important;
	background-size: 297px 81px !important;
	right:2px !important;
	height:81px !important;
}

#gallerythumbContainer {
	margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    position: relative;
    z-index: 20;
    bottom: 703px;
    right: -34px;
}

#galleryThumb {
    position: absolute;
    z-index: 100;
    top: 103px;
    right: 0px;
    width: 320px;
    padding: 0px 10px 25px 10px;
    height: 199px;
    
}
.slideIamge img {
	width:200px;
	
}
.imgSlide {
	height:71px;
	width:275px;
}

.overlayBanner.activeState {
   /* opacity:0.9;*/
	width:297px;
	height: 82px;
 	background:rgba(0, 0, 0, .75) !important;
  
   }
 
#galleryThumb .swiper-slide-active {
    /*width:297px !important;*/
    right: -21px;
     height: 82px !important;
     opacity: 1;
     position: relative;
     background-color: transparent !important;

}

#galleryThumb .imgFocus {
    opacity: 1;
     /*z-index: 800;
   border:1px solid #555;
    border-radius:5px;
    height: 84px !important;
    position: relative;*/
}    
.overlayBanner {     
	background:rgba(255, 255, 255, 0.67);
	/*opacity:0.4; */
    width:100%;
    height: 100%;
    /* height:100%; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:absolute;
    z-index:700;
    right: 0px;
    top: 0px;
}
.slideImage {
	background-position:center;
}
#galleryThumb .swiper-slide-prev, #galleryThumb .swiper-slide-next {
	right: -21px;
	height:71px !important;
	}
.swiper-slide.slideImage {
    right: -21px;
}		
.activeImg .imgClick {
	padding: 10px 10px 10px 10px;
}
#galleryThumb .swiper-slide-active .overlayBanner .headLine {
	color:#fff !important;
	font-size: 22px !important;
	 margin-left: 42px !important;
	margin-top: -6px !important;
}
#galleryThumb .swiper-slide-active .overlayBanner .byline {
	color:#fff !important;
	font-size: 16px !important;
	 margin-left: 42px !important;

}
.overlayBanner .imgClick {
	padding: 10px 10px 10px 10px;
    text-align: left;
}
.overlayBanner .headLine {
	margin-left: 20px;
}
.byline {
	margin-left: 20px;
	color:#2c2c2c;
}
#arrowsTablet {
	display:none;
}
.previewImage {
	opacity: 0.9;
    background: transparent !important;
    background-color: #fff !important;
}
img.previewImage {
	height:71px;
}
img.previewImage.activeImg {
	height: 82px;

}
.activeImg {
	width:297px;
	height: 82px;
	position: relative;
    right: 22px; /* 22px */   
}
.activeState .imgClick {
	cursor:pointer !important;
}