#textbild .tx-rgsmoothgallery-pi1 {
  background: transparent url(../img/galerie/rahmen.png) no-repeat top left;
  background: transparent url(../img/galerie/rahmen-1.png) no-repeat top left;
  width: 468px;
  height: 418px;
  margin: 15px 0px;
}

#textbild .rgsgcontent {
	padding: 15px 0px 0px 14px;
	/* background: url(../img/galerie/loading-bar-black.gif) center center no-repeat; */
}

#textbild .myGallery {
	width: 440px;
	height: 380px;
	z-index:5;
	display: none;
}

#textbild .jdGallery {
	overflow: hidden;
	position: relative;
}

#textbild .jdGallery img {
	border: 0;
	margin: 0;
}

#textbild .jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}

#textbild .jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: #FFF url(../img/galerie/loading-bar-black.gif) no-repeat center center;
}

#textbild .jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html #textbild .jdGallery .slideInfoZone {
	bottom: -1px;
}

#textbild .jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

#textbild .jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

#textbild .jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

#textbild .jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 25px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#textbild .jdGallery a.carouselBtn:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#textbild .jdGallery a.play {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	width:20px;
	background: url(../img/galerie/control_play.png) no-repeat center right;
	cursor: pointer;
}

#textbild .jdGallery a.pause {
	background: url(../img/galerie/control_pause.png) no-repeat center right;
}

#textbild .jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #FFF;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}

#textbild .jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

#textbild .jdGallery .carousel .carouselInner {
	position: relative;
}

#textbild .jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	padding:0;
	margin:0;
	background: #FFF;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

#textbild .jdGallery .carousel .label {
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

#textbild .jdGallery .carousel .label .number {
	color: #333;
}

#textbild .jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

#textbild .jdGallery a.right, #textbild .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #textbild .jdGallery a.right, * html #textbild .jdGallery a.left {
	filter:alpha(opacity=50);
}

#textbild .jdGallery a.right:hover, #textbild .jdGallery a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#textbild .jdGallery a.left {
	left: 0;
	top: 0;
	background: url(../img/galerie/pfeil-links-weiss.png) no-repeat center left;
}

* html #textbild .jdGallery a.left {
	/* background: url(../img/galerie/pfeil-links-weiss-ie6.gif) no-repeat center left; */
}


#textbild .jdGallery a.right {
	right: 0;
	top: 0;
	background: url(../img/galerie/pfeil-rechts-weiss.png) no-repeat center right;
}

* html #textbild .jdGallery a.right {
	/* background: url(../img/galerie/pfeil-rechts-weiss-ie6.gif) no-repeat center right; */
}

#textbild .jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#textbild .jdGallery a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#textbild .jdGallery a.open:hover {
	background: url(../img/galerie/open.png) no-repeat center center;
}

* html #textbild .jdGallery a.open:hover {
	background: url(../img/galerie/open.gif) no-repeat center center;
	filter:alpha(opacity=80);
}
	
