#myGallery, #myGallerySet, #flickrGallery
{
	width: 400px !important;
	height: 300px !important;
	z-index:5;
    /*	border: 1px solid #fff; */
       
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

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

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

.jdGallery .slideElement
{	
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #4C4C4C;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

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

.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 .jdGallery .slideInfoZone
{
	bottom: -1px;
}

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

.jdGallery .slideInfoZone p
{
        font-family: Lucida Grande, Verdana, Arial;
	/* font-family: Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif; */
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}



/* Der ganze Container */

.jdGallery div.carouselContainer
{
	position: absolute;
	/* Höhe vom ganzen Container in Verbindung mit: .jdGallery .carousel  VORHER höhe in .jdGallery .carousel anpassen dann ists leichter */
	/* ist IMMER Höhe von .jdGallery .carousel + Höhe von .jdGallery a.carouselBtn */
	/* bei 72 x 54 :Höhe 80 */
	/* bei 144 x 108 :Höhe 155 */
	height: 100px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}


/* Komplette Thumbnails wenn sie aufgehen */

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	/* bei 72 x 54 :Höhe 80 */
	/* bei 144 x 108 :Höhe 135 */
	/* zieht aber nur wenn die Höhe von .jdGallery div.carouselContainer entsprechend verändert wird */
	height: 80px;
	background: #333;
	
	/* Farbe für die Beschreivung des Thumbnails */
	color: #000;
	text-indent: 0;
	overflow: hidden;
     /* border: solid 1px #16a3c2; */
}


/* Anfasser der Thumbnails */
.jdGallery a.carouselBtn
{
        font-family: Lucida Grande, Verdana, Arial;
	/* font-family: Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif; */
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
    }



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

/* Thumbnails Balken */

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	/* 5px more than Thumbnail height !! zieht aber nicht > ist unnütz glaub ich :-) erstmal so lassen */
	height: 77px;  
	/* Abstand der Thumbnails zum oberen Rand */
	top: 5px; 
	/* Abstand der Thumbnails zum linken Rand (so lassen 0 ist ok)  */
	left: 0px;
	overflow: hidden;
}

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

/* Background der Thumbnails */

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #333;
	background-position: center center;
	float: left;
     	border: solid 1px #fff; 
 }



.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

/* Beschreibung des Thumbnails */

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-family: Lucida Grande, Verdana, Arial;
	/* font-family: Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif; */
	font-size: 12px;
	position: absolute;
	/* Abstand der Thumbnails-Beschreibung  zum unteren Rand */
	bottom: 3px;
	left: 10px;
	padding: 0;
	margin: 0px;
	color: #fff;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #000;
	cursor: pointer;
}

/* Nummer des Thumbnails */
.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #fff;
}

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


/* rechter und linker Bereich der Bildanzeige (dort wo die pfeile sind) */
.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
       /* border: 5px solid #000; */
}

/* ich glaub die Transparenzfür die Pfeile für IE6 */
* html .jdGallery a.right, * html .jdGallery a.left {filter:alpha(opacity=50);}



/* ich glaub die Transparenz für die linke und rechte Sektion  beim anfassen*/
.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



/* Der Pfeil links  */
.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.gif') no-repeat center left;
}

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

/* Der Pfeil rechts  */
.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.gif') no-repeat center right;
}

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


/* der Mittelteil des Bildes zum Zoomen oder Öffnen des Links */
.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  /* border: 5px solid #000;  */
}


/* der Mittelteil des Bildes zum Zoomen oder Öffnen des Links  Aber irgendwie die Aussengrenze*/
.withArrows 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;
     /*	border: 5px solid #000; */
}


/* Das Icon in der Mitte zum Zoomen oder Öffnen des Links */
/* .withArrows a.open:hover { background: url('img/zoomin.gif') no-repeat center center; } */

/* Das Icon zum Zoomen oder Öffnen des Links für IE */

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




/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 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;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}