@charset "utf-8";
/* CSS Document */



/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Gallery
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

 .tx-rgsmoothgallery-pi1{ background:#fff url(../img/loading.gif) center center no-repeat; }

.myGallery {
	width: 697px;
	height: 446px;
	z-index:5;
	display: none;
}

.jdGallery {
	overflow: hidden;
	position: relative;
	background:#9a988c;
	 
  	
}


.jdGallery img {
	height: 446px;
	margin: 0;
	width: 697px;
}

.jdGallery .slideElement {
	width: 697px;
	height: 446px;
	background:#9a988c;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading.gif');
}

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 5;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 19px;
	background: #ABA99D; 
	text-indent: 0;
	overflow: hidden;
	
	

}

* html .jdGallery .slideInfoZone { bottom: -1px; }

.teaser-spezial .jdGallery .slideInfoZone h3 {
	padding-top:3px;
	color: #FFF;
}


.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height:22px;;
	width: 23px;
	cursor: pointer;
	z-index:10;
}



.jdGallery a.left {
	left: 651px;
	top: 426px;
	background: url('../img/prev.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('../img/prev.png') no-repeat center left; }
.jdGallery a.left:hover { background: url('../img/prev.png') no-repeat center left; }

.jdGallery a.right {
	right: 8px;;
	top: 426px;
	background: url('../img/next.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('../img/next.png') no-repeat center right; }
.jdGallery a.right:hover { background: url('../img/next.png') no-repeat center right; }




.jdGallery div.carouselContainer
{
	position: absolute;
	height: 161px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}


	
.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 141px;

	background: #ABA99D;
	color: #333;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
	padding: 0;
	margin: 0;

}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	padding:0;
	margin:0;
	background-position: center center;
	float: left;
	border: solid 1px #fff;




}


.jdGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
}

.jdGallery .carousel .label .number
{
	color: #fff;
}








.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 15px;
	width: 60px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding:3px 9px;
	color:#333;
	background:url(../img/bg-meta-navi-top.gif) repeat-x center top;
	cursor: pointer;

}







