/* ---------------------------- Datei external-thumbs.css ---------------------------- */

/* div with the gallery inside */
#ext-thumbnails {
  width:355px;
  height:auto;
  text-align:left!important;
  margin:0;
  padding:0;
  background-color:#FFF;
  float: left;
}

/* div around the imgs */
.carouselWrapper {
  margin: 0px;
  padding: 0px;
/*  float: left; */
}

.carouselInner {
  margin: 0px;
  padding: 0px;
}

/* single thumbnail */
.thumbnail{
  float:left;
  margin:0;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 23px;
  padding:0;
  border:1px solid #9DA6A2!important;
  background:#fff;
  margin-left: 0px!important;
  height: 67px!important;
  filter:alpha(opacity=50)!important;
  opacity: 0.5!important;
  cursor: pointer!important;
}

/* label = title of an image */
.label {
  display: none;
  font-weight:bold;
  text-align: left;
  height: 20px;
}

/* number of the image */
.number {
  display: none;
  font-weight:normal;
  font-style:italic;
}



/* ---------------------------- jd.gallery.css ---------------------------- */


.jdGallery .loadingElement {
	display: none;
	width: 100%;
	height: 100%;
	position: relative!important;
	float: left!important;	
/*	position: absolute;
	left: 0;
	top: 0;*/
	background-color: #fff!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.tx-rgsmoothgallery-pi1 {
	background: #fff url(img/loading-bar-black.gif) center center no-repeat!important;
	float: left;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
/*	color: inherit; */
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}
 
.jdGallery .slideElement {
 /* border:1px solid #9DA6A2!important; */
}

.myGallery {
 border:1px solid #9DA6A2!important; 
 width: 513px!important;
/* float: left!important; */
}

.jdGallery a.right, 
.jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

* html .jdGallery a.right,
* html .jdGallery a.left {
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover,
.jdGallery a.left:hover
{
	filter:alpha(opacity=90)!important;
	opacity: 0.9!important;
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('fleche1.png') no-repeat center left!important;
}
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('fleche2.png') no-repeat center right!important;
}
* html .jdGallery a.left { background: url('fleche1.gif') no-repeat center left!important; }
* html .jdGallery a.right { background: url('fleche2.gif') no-repeat center right!important; }



div.imageElement img {
	display:none!important;
}



