.swBigimg_bb .imgWrapper, .swBigimg_bb .imgWrapper .bigImgBack, .swBigimg_bb .imgWrapper .bigImgFront, .swBigimg_bb .imgWrapper .loading {
	width: 100%;
	height: 229px;
	
	position: absolute;
	background-position: left center;
}
.swBigimg_bb .imgWrapper {
	background-image: url(../../images/ajax-loader-large-white_bg.gif);
	background-position: 245px center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	width: 50%;
}
.swBigimg_bb .imgWrapper div.loading {
	display: none; /* initially hide */
}
.swBigimg_bb .imgWrapper div.loading span {
	top: 30%;
	left: 50%;
	position: absolute;
	display: block;
}
.swBigimg_bb .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_bb ul.list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	left: 640px;
	bottom: 155px;
	z-index: 6;

	display: none; /* -> don't display clickable indicators */
}
.swBigimg_bb ul.list li {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0px 0px 0px 5px;
}
.swBigimg_bb 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_bb ul.list li.activated a {
	background-position: 0px -19px;
}
.swBigimg_bb ul.list li a.link:hover {
	background-position: 0px -38px;
}


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


/* ----------- teaser text ----------- */
.swBigimg_bb #textWrapper {
	position: relative;
	height: 229px;
	z-index: 5;
}
.swBigimg_bb .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_bb .bigImgText .modTitle {
	color: #ffffff;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4em;
}
.swBigimg_bb .bigImgText .isLink {
	cursor: pointer;
}
.swBigimg_bb .bigImgStatic {
	width: 490px;
	height: 229px;
	position: absolute;
	left: -490px;
	background-image: url(../../images/site/img_static_barmherzigebrueder.jpg);
}

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

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

/* ----------- THEME ----------- */
.elisabethinen .swBigimg_bb .bigImgStatic {
	background-image: url(../../images/site/img_static_elisabethinen.jpg);
}
.franziskusschwestern .swBigimg_bb .bigImgStatic {
	background-image: url(../../images/site/img_static_franziskusschwestern.jpg);
}
