#myGallery, #myGallerySet, #flickrGallery
{
	float:left;
	width:526px;
	height:424px;
	margin:50px 0 0 0;
}

#flickrGallery
{
	width: 526px;
	height: 424px;
}

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

.jdGallery
{

	position: relative;


}

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

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

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

.jdGallery .slideInfoZone
{

	z-index: 210;
	width: 254px;
	margin: 0 0 0 543px;
	left: 0;
	bottom: 0;
	height: 170px;
	color: #fff;
	text-indent: 0;
}

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

.jdGallery .slideInfoZone h2
{
	display:none;

}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	margin:0;
	color: #fff;
	line-height:150%;
	letter-spacing:0.01em;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
				color:#999fa5;
}
.jdGallery a:hover
{
	text-decoration: underline;

}


.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 23px;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=80);
}
/*
.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}*/

.jdGallery a.left {
	left: 545px;
	top:220px;
	background: url('img/pfeil_li.gif') no-repeat 0 0 ;
	z-index:200;
	}
.jdGallery a.left:hover {
	left: 545px;
	top:220px;
	background: url('img/pfeil_li_over.gif') no-repeat 0 0 ;
	z-index:200;
	}

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

.jdGallery a.right {
	left: 555px;
	top: 220px;
	background: url('img/pfeil_re.gif') no-repeat 0 0;
	z-index:200;
	}
.jdGallery a.right:hover {
	left: 555px;
	top: 220px;
	background: url('img/pfeil_re_over.gif') no-repeat 0 0;
	z-index:200;
	}

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


.jdGallery a.open {
	left: 0;
	top: 0;


	}
.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 89%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.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;
}*/

