<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swBigimg .imgWrapper, .swBigimg .imgWrapper .bigImgBack, .swBigimg .imgWrapper .bigImgFront, .swBigimg .imgWrapper .loading {
	width: 100%;
	height: 229px;
	
	position: absolute;
	background-position: center;
}

.swBigimg .imgWrapper {
	background-image: url(../../images/ajax-loader-large-white_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}
.swBigimg .imgWrapper div.loading {
	display: none; /* initially hide */
}
.swBigimg .imgWrapper div.loading span {
	top: 30%;
	left: 50%;
	position: absolute;
	display: block;
}
.swBigimg .imgWrapper div.loading span span {
	background-image: url(../../images/ajax-loader-large-white_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	top: -50%;
	left: -50%;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}


/* ----------- thumb indicator ----------- */
.swBigimg ul.list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	left: 640px;
	bottom: 155px;
	z-index: 6;

	display: none; /* -&gt; don't display clickable indicators */
}
.swBigimg ul.list li {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0px 0px 0px 5px;
}
.swBigimg ul.list li a.link {
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../../images/site/efx_bigimg_btn_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.swBigimg ul.list li.activated a {
	background-position: 0px -19px;
}
.swBigimg ul.list li a.link:hover {
	background-position: 0px -38px;
}


/* ----------- navigation ----------- */
.swBigimg #controlsWrapper {
	position: relative;
	height: 229px;
	margin-top: -229px;
}
.swBigimg .controls {}
.swBigimg .controls .prev, .swBigimg .controls .next {
	position: absolute;
	width: 24px;
	height: 55px;
	background-image: url(../../images/site/efx_bigimg_btn_nav.png);
	cursor: pointer;
	top: 70px;
	z-index: 4;
}
.swBigimg .controls .prev {
	left: -15px;
	background-position: left 0px;
}
.swBigimg .controls .prev:hover {
	background-position: left -55px;
}
.swBigimg .controls .next {
	right: -25px;
	background-position: right 0px;
}
.swBigimg .controls .next:hover {
	background-position: right -55px;
}


/* ----------- teaser text ----------- */
.swBigimg #textWrapper {
	position: relative;
	height: 229px;
	z-index: 5;
}
.swBigimg .bigImgText {
	padding: 20px 20px 20px 20px;
	width: 390px;
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 20px;
	/*background-image: url(../../images/site/efx_bigimg_bkg_text.png);*/
	color: #ffffff;
	line-height: 1.4em;
	z-index: 2;
}
.swBigimg .bigImgText .modTitle {
	color: #ffffff;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4em;
}
.swBigimg .bigImgText .isLink {
	cursor: pointer;
}

/* ----------- mask ----------- */
.swBigimg .bigImgMask {
	width: 100%;
	height: 229px;
	position: absolute;
	background-image: url(../../images/site/efx_bigimg_mask.png);
	background-position: center top;
	z-index: 3;
}

/* ----------- LAYOUT ----------- */
.swBigimg .centerBox {
	height: 229px;
}



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