.tx-rgsmoothgallery-pi1 {
  background:#fff url(pics/loading-bar.gif) center center no-repeat;
margin:0 auto; 
}

.myGallery
{
	width: 477px;
	height: 260px;
	z-index:5;
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 477px;
	height: 260px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:center center;
	background-position: center 115px;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}

.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('pics/loading-bar.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0 0 0 0;
	left: 0;
	bottom:0;
	height: 40px;
	background: #fff;
	color: #fff;
	text-indent: 0;
	
}

* html .jdGallery .slideInfoZone
{
	bottom: -30px;
}

#right .jdGallery .slideInfoZone h2
{
	padding: 0;
	padding-left:15px;
	border:0;
	xmargin:10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.jdGallery .slideInfoZone p
{
	xpadding: 10px;
	padding-left:15px;
	padding-bottom:15px;
	display:block;
	height:30px;
	font-size: 10px;
	color: #fff;
	background:url(img/rgsmoothdescr.gif) no-repeat;	
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 100px;
	width: 424px;
	z-index: 10;
	margin: 0px;
	left: 24px;
	top: 0;
	z-index:40;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	display:none;
}

.jdGallery .carousel
{
	position: absolute;
	width: 424px;
	margin: 0px;
	left: 0;
	top: 0;
	height: 100px;
	background: #fff;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 424px;
	height: 88px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #fff;
	background-position: center center;
	float: left;
	margin: 0 10px 0 0 !Important;
	border: 2px solid #fff;
}

.jdGallery .carousel .carouselInner .act {
border:2px solid #F5a300;
}

.jdGallery .carousel .label
{
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
	color:#333;
	font-weight:bold;
}

.jdGallery .carousel .label .number{
	display: none;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.left
{
	position: absolute;
	background: url('pics/pf_zurueck.gif') no-repeat right center;
	height: 144px;
	width: 16px;
	cursor: pointer;
	z-index:30;
}

.jdGallery a.right
{
	position: absolute;
	background: url('pics/pf_weiter.gif') no-repeat left center;
	height: 144px;
	width: 19px;
	cursor: pointer;
	z-index:30;	
}

.jdGallery a.left
{
	border-left:2px solid #ffffff;
	left: 0;
	bottom: 0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right
{
	right: 0;
	bottom: 0;
}

.jdGallery a.open
{
	position: absolute;
	bottom: 0;
	left: 25px;
	height: 150px;
	width: 424px;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

