/* ###################################################################################### */
/* rgsmoothgallery - Slideshow                                                            */
/* ###################################################################################### */
div.tx-rgsmoothgallery-pi1 {
	height: 320px;
	width: 400px;
	padding-top: 10px;
	padding-left: 10px;
}
/* Für Text with Image */
.content .myGallery {
	width: 300px;
	height: 225px;
	z-index: 5;
	display: none;
	margin-left: 20px;
	border: 1px solid #cccccc;
}
/* Für das Plugin */
.rgsgcontent .myGallery {
	width: 350px;
	height: 286px;
	z-index: 5;
	display: none;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0px;
	margin: 0px;
}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/fileadmin/pics/smoothgallery/ajax-loader.gif');
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 32px;
	background: #ffffff;
	color: #666666;
	overflow: hidden;
	font-size: 1em;
}
* html .jdGallery .slideInfoZone {
	bottom: -1px;
}
#colMiddle .jdGallery .slideInfoZone h2,#colMiddle .jdGallery .slideInfoZone h3 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #666666;	
	font-weight: bold;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 1px;
}
.jdGallery .slideInfoZone p {
	font-size: 11px;
	color: #666666;
	text-indent: 5px;
}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #d8dadc;
	color: #575757;
	cursor: pointer;
	font-weight: bold;
}

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

.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

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

.jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #e3e5e6;
}

.jdGallery .carousel .label {
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0;
	margin: 0;
  color:#575757;
}

.jdGallery .carousel .label .number {
	color: #575757;
}
.jdGallery a {
	font-size: 11px;
	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=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('/fileadmin/pics/smoothgallery/coolprev.gif') no-repeat center left;
}
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('/fileadmin/pics/smoothgallery/coolnext.gif') no-repeat center right;
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/* old-------------------- */

.jdGallery a.open {
	display:none;
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
}
.jdGallery a.open:hover {
	background: url(/fileadmin/pics/smoothgallery/coolplus.gif) no-repeat center center;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display:inline;
}
/* Caption unter Bild */
.rgsmoothgallery-caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 140%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 300px;
	padding-bottom: 3px;
	padding-top: 1px;
	
}
