.tx-rgsmoothgallery-pi1{
  background:#fff url('img/loading-bar-black2.gif') center center no-repeat;
}

.myGallery{
	width: 460px;
	height: 345px;
	z-index:5;
	display: none;
	border: 0px none #000;
}

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

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

.jdGallery .slideElement{
	position:absolute;
	top:117px;
	left:60px;
	width: 480px;
	height: 345px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
}

.jdGallery .loadingElement{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black2.gif');
}

.jdGallery .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 480px;
	height:34px;
	margin:0px;
	padding:0px;
	left: 60px;
	bottom: 0;
	background: #fff;
	color: #333;
	text-align: center;
	overflow: hidden;
	font:normal 12px/17px Arial, Helvetica, Verdana, Sans-Serif;
}

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

.jdGallery .slideInfoZone h2{
	margin:0px;
	padding:0px;
	font:normal 12px/17px Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
}

.jdGallery .slideInfoZone p{
	font:normal 12px/17px Arial, Helvetica, Verdana, Sans-Serif;
	margin:0px;
	padding:0px;
	color: #333;
}

.jdGallery div.carouselContainer{
	position: absolute;
	height: 135px;
	width: 480px;
	z-index: 10;
	margin: 0px;
	left: 60px;
	top: 0;
}

.jdGallery a.carouselBtn{
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #fff;
	border:0px none #0d66a5;
	color: #333;
	cursor: pointer;
}

.jdGallery .carousel{
	position: absolute;
	width: 480px;
	margin: 0px;
	left: 0px;
	top: 0;
	height: 117px;
	background: #fff;
	color: #333;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper{
	position: absolute;
	width: 490px;
	height: 78px;
	top: 40px;
	left: 0px;
	margin-left:0px;
	overflow: hidden;
}

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

.jdGallery .carousel .carouselInner .thumbnail{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border:0px none #d6d6db;
}

.jdGallery .carousel .label{
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 0;
	margin: 0;
	color:#333;
	font:normal 12px/18px Arial, Helvetica, Verdana, Sans-Serif;
}
.jdGallery .x{
	display:block;
	float:right;
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	font:normal 15px/40px Verdana, Arial, Helvetica, Sans-Serif;
	color:#666;
}
	
	
.jdGallery .carousel .label .number{
	color: #333;
}

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


.jdGallery a.right, .jdGallery a.left, .jdGallery a.open{
	position: absolute;
	cursor: pointer;
	background: tranparent;
	z-index:12;
	top: 215px;
}



.jdGallery a.left{
	position:absolute;
	top:270px;
  	left:20px;
	height:40px;
	width:30px;
	background:url('/fileadmin/burgstadt/_images/arrow-gallery-left.png') no-repeat center left;
}



.jdGallery a.right{
	position:absolute;
	top:270px;
	right:20px;
	height:40px;
	width:30px;
	background:url('/fileadmin/burgstadt/_images/arrow-gallery-right.png') no-repeat center right;
}



.jdGallery a.open{
	position:absolute;
  	right:0;
	margin:5px;
	height:13px;
	width:13px;
	z-index:10;
  background:url('img/big.gif') no-repeat center right;
}



