.tx-rgsmoothgallery-pi1 {
  /*background:#000 url(img/loading-bar-black.gif) center center no-repeat;*/
}
#col3 .tx-rgsmoothgallery-pi1 {
  border:1px solid #666;
}
.tx-rgsmoothgallery-pi1 .myGallery-NoScript {
  text-align:center;
}

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

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

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

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

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/fileadmin/img/ajax-loader.gif');
}

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

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 2px 5px 0px;
	font-weight: bold;
	color: #666;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 10px;
	margin: 0px 5px;
	color: inherit;
}

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

.jdGallery a.carouselBtn
{
	position: absolute;
        font-weight:bold;
	bottom: 0px;
	right: -1px;
        width:150px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	background: #fff;
	color: #FF6600;
	cursor: pointer;
        border: 1px solid #666;
        border-top: none;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: -1px;
	height: 115px;
	background: #fff;
	color: #FF6600;
	text-indent: 0;
	overflow: hidden;
        border-bottom: 1px solid #666;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	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;
	border: solid 1px #333;
}

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

.jdGallery .carousel .label .number
{
	color: #ff6600;
}

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

.jdGallery a.right, .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;
	z-index:10;
}

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

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

.jdGallery a.left
{
	left: 10px;
	top: 0;
	background: url('img/pfeil_links.gif') no-repeat left center;
}

* html .jdGallery a.left { background: url('img/pfeil_links.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 10px;
	top: 0;
	background: url('img/pfeil_rechts.gif') no-repeat right center;
}

* html .jdGallery a.right { background: url('img/pfeil_rechts.gif') no-repeat center right; }

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

.jdGallery a.open
{
	position: absolute;
	cursor: default;
	background: none;
}
.jdGallery a.clickable
{
	cursor: pointer;
	z-index:9;
}

.jdGallery a.clickable:hover { background: url('img/lupe.gif') no-repeat center 10px; 
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}

* html .jdGallery a.clickable:hover { background: url('img/lupe.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	

