<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	/*margin: 0 auto;*/
	width:95%;
	min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
	/*background-image: url(../images/loading.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	padding: 0px 5px;
	max-width:20% !important;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border:1px solid #ccc; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5px; 
	max-width: 100%;
	max-height:150px;
}
.elastislide-carousel ul li a img:hover {
	border:1px solid  #B8A999;transition:all 0.3s;}


/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
    background:url(../../../Images/Layout/Bu_ProductImg_Left.png) center no-repeat;
	width: 15px;
	height: 28px;
	text-indent: -9000px;
	cursor: pointer;
	transition:all 0.3s;
	z-index:10;
}
.elastislide-wrapper nav span:hover {
    background:url(../../../Images/Layout/Bu_ProductImg_Left_o.png) center no-repeat;
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -14px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -14px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background:url(../../../Images/Layout/Bu_ProductImg_right.png) center no-repeat;

}

.elastislide-horizontal nav span.elastislide-next:hover {
	background:url(../../../Images/Layout/Bu_ProductImg_right_o.png) center no-repeat;

}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
}
.image-preview { width:95%; height:auto; /*margin:0 auto;*/ position:relative; }
.image-preview img { display:block;  border:1px solid #ccc; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; width:100%; max-width:100%; position:relative; z-index:0;}	
.image-preview a.iframe { width:100%; height:100%; display:block; position:absolute; top:0; left:0; z-index:10; background:rgba(255,255,255,0);}
 
.elastislide-horizontal:after {
	position: absolute;
    background:url(../../../Images/Layout/Bu_ProductImg_Left.png) center no-repeat;
	width: 15px;
	height: 28px;
	opacity:0.3;
	z-index:0;
	display:block;
	content:'';
	top: 50%;
	left:10px;
	margin-top:-14px;
}
.elastislide-horizontal:before {
	position: absolute;
    background:url(../../../Images/Layout/Bu_ProductImg_Right.png) center no-repeat;
	width: 15px;
	height: 28px;
	opacity:0.3; 
	z-index:0;
	display:block;
	content:'';
	right: 10px;
    left: auto;
	top: 50%;
	margin-top: -14px;
}
@media only screen and (min-width:0px) and (max-width:1024px) {
.image-preview a.iframe { display:none;}
}
@media only screen and (min-width:0px) and (max-width:768px) {

.image-preview { width:85%; margin:0 auto;}
.elastislide-horizontal ul li { padding:0 0.5%;}
.elastislide-horizontal {	padding: 5px 7.6% 5px 7.5%; margin:0 auto; width:100%;}
.elastislide-wrapper nav span { width:10px; height:19px;    left: 5px;    margin-top: -9.5px;
    background: url(../../../Images/Layout/Bu_ProductImg_Left.png) center no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;}
.elastislide-wrapper nav span:hover {
    background:url(../../../Images/Layout/Bu_ProductImg_Left_o.png) center no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;}


.elastislide-horizontal nav span.elastislide-next { right:5px;
    background: url(../../../Images/Layout/Bu_ProductImg_right.png) center no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;}
.elastislide-horizontal nav span.elastislide-next:hover {
	background:url(../../../Images/Layout/Bu_ProductImg_right_o.png) center no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;}


.elastislide-horizontal:after {
    background:url(../../../Images/Layout/Bu_ProductImg_Left.png) center no-repeat;
	-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
	width: 10px;
	height: 19px;
	left:5px;
	margin-top:-9.5px;
}
.elastislide-horizontal:before {
    background:url(../../../Images/Layout/Bu_ProductImg_Right.png) center no-repeat;
	-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
	width: 10px;
	height: 19px;
	right: 5px;
	margin-top: -9.5px;
}


}
</pre></body></html>