#myGallery {
	width: 312px;
	height: 260px;
	z-index:5;
	position: relative;
	float: left;
	display: inline;
	}

#myGallery a, #myGallery a:visited, #myGallery a:link, #myGallery a:hover {
	color: #222;
	font-family: Arial, 'Trebuchet MS', Helvetica, 'Lucida Grande', Georgia, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

#myGallery a:hover {
	color: #111;
	}

#myGallery img.thumbnail {
	display: none;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
	}

.jdGallery img {
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../bilder/loading-index.gif');
	top: 0;
	width: 310px;
	height: 210px;
	border: 1px solid #ddd;
	}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 30px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../bilder/loading-index.gif');
	}

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	height: 50px;
	text-indent: 0;
	overflow: hidden;
	}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
	}

.jdGallery .slideInfoZone p,
.jdGallery .slideInfoZone a {
	padding: 0 0 0 5px;
	margin: 5px 0 0;
	top: 0;
	text-align: left;
	font-size: 95%;
	line-height: 130%;
	}

.jdGallery .slideInfoZone p {
	font-weight: normal;
	padding-top: 0;
	}