.tx-rgsmoothgallery-pi1 {
	background: #456C18 url('http://s007.thamey.de/typo3conf/ext/rgsmoothgallery/res/css/img/loading-bar-black2.gif') center center no-repeat;
}

.myGallery {
	border: 1px solid #598B1E;
	display: none;
	height: 318px;
	width: 566px;
	z-index: 5;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img {
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {
	background-color: #456C18;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.jdGallery .loadingElement {
	background-color: #456C18;
	background-image: url('http://s007.thamey.de/typo3conf/ext/rgsmoothgallery/res/css/img/loading-bar-black2.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.jdGallery .slideInfoZone {
	background: #333;
	bottom: 0;
	color: #fff;
	height: 40px;
	left: 0;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	width: 100%;
	z-index: 10;
}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
	color: inherit;
	font-size: 80%;
	font-weight: bold;
	margin: 2px 5px;
	padding: 0;
}

.jdGallery .slideInfoZone p {
	color: #eee;
	font-size: 60%;
	margin: 2px 5px;
	padding: 0;
}

.jdGallery div.carouselContainer {
	height: 135px;
	left: 0;
	margin: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.jdGallery a.carouselBtn {
	background: #054471;
	border: 1px solid #0d66a5;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	height: 20px;
	left: 5px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
}

.jdGallery .carousel {
	background: #043252;
	color: #fff;
	height: 115px;
	left: 0;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 100%;
}

.jdGallery .carousel .carouselWrapper {
	height: 78px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 100%;
}

.jdGallery .carousel .carouselInner {
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail {
	background: #000;
	background-position: center center;
	border: solid 1px #00b0ff;
	cursor: pointer;
	float: left;
}

.jdGallery .carousel .label {
	bottom: 5px;
	color: #00b0ff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
}

.jdGallery .carousel .label .number {
	color: #00b0ff;
}

#externalthumbs {
	display: none;
	width: 400px;
}

#externalthumbs .thumbnail {
	cursor: pointer;
	float: left;
	height: 80px;
	margin: 0 16px 16px 0;
	width: 80px;
}

.jdGallery a {
	color: inherit;
	font-size: 100%;
	text-decoration: none;
}

.jdGallery a.right, .jdGallery a.left, .jdGallery a.open {
	background: tranparent;
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	z-index: 12;
}

.jdGallery a.left {
	background: url('http://s007.thamey.de/typo3conf/ext/rgsmoothgallery/res/css/img/left.gif') no-repeat center left;
	height: 13px;
	margin: 5px;
	right: 48px;
	width: 13px;
}

.jdGallery a.right {
	background: url('http://s007.thamey.de/typo3conf/ext/rgsmoothgallery/res/css/img/right.gif') no-repeat center right;
	height: 13px;
	margin: 5px;
	right: 24px;
	width: 13px;
}

.jdGallery a.open {
	background: url('http://s007.thamey.de/typo3conf/ext/rgsmoothgallery/res/css/img/big.gif') no-repeat center right;
	height: 13px;
	margin: 5px;
	position: absolute;
	right: 8px;
	width: 13px;
	z-index: 10;
}
