#myGallery, #myGallerySet {
	width: 294px;
	height: 196px;
	height: 276px;
	z-index:5;
	float: left;
	top: -40px;
}

#myGallery .slideInfoZone {
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail {
}

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

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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../../img/galerie/loading-bar-black.gif);
}

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

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

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

.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 3px 0px;
	color: #000;
	font-weight: normal;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 10px;
	margin: 2px 0px;
	color: #000;
}

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

.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: 0px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	cursor: pointer;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #FFF;
	color: #FFF;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-align: left;
}

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

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

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

.jdGallery .carousel .label, .jdExtCarousel .label {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}

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

.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
	color: #000;
	display: none;
}

.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=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	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=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url(../../../img/galerie/pfeil-weiss-li.png) no-repeat center left;
}

* html .jdGallery a.left {
	/* background: url(../../../img/galerie/pfeil-weiss-li-ie6.gif) no-repeat center left; */
}

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url(../../../img/galerie/pfeil-weiss-re.png) no-repeat center right;
}

* html .jdGallery a.right {
	/* background: url(../../../img/galerie/pfeil-weiss-re-ie6.gif) no-repeat center right; */
}

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

.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;
}

.withArrows a.open:hover {
	/* background: url('http://zk.s-w-e.com/fileadmin/lib/smooth-gallery/css/img/open.png') no-repeat center center; */
}

* html .withArrows a.open:hover {
	/* background: url('http://zk.s-w-e.com/fileadmin/lib/smooth-gallery/css/img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); */
}

div.bild-box-rechts {
	position: relative;
	float: right;
	text-align: left;
	margin: 0 auto;
	width: 230px;
}

#carouselBox {
	width: 230px; /*this has to be as large as a thumbnail + 2px if i remember, look at the link below*/
	height: 94px; /*Your gallery's height*/
	overflow: hidden;
	background-color: transparent;
}
#carouselBox h2 {
	display: none;
}
div.linkBox {
	width: 230px;
}
div.linkBox ul {
	list-style-type: none;
	text-align: right;
	padding: 35px 0px 0px 0px;
}
div.linkBox a {
	color: #FFF;
	text-decoration: none;
	padding: 1px 0px 2px 13px;
	background: url(../../../img/elemente/pfeil-weiss.png) no-repeat top left;
}
div.linkBox a:hover {
	text-decoration: underline;
}
