
/************************************************************
 * Einstellungen der Smooth-Gallery
 ************************************************************/

 /* Ladebalken liegt im Hintergrund */
.tx-rgsmoothgallery-pi1 {  background:#fff url('images/smoothgallery/loading-bar-black2.gif') center center no-repeat;	padding-left:20px; 	padding-right:20px; 	padding-bottom:20px;  }

/* Rand um die Gallery */
.myGallery { z-index:25000; display: none; border: 1px solid #58595B; background-color:#f0f0f0; text-align:center; }

.jdGallery { width: auto; overflow: hidden;	position: relative; }

.jdGallery img { border: 0;	margin: 0; }

/* Hintergrund */
.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
	background-color:#f0f0f0;
}


.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/smoothgallery/loading-bar-black2.gif');
}

/* Bildunterschrift Container */
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 31000;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 50px;
	background-color: #009999;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	border-top: 1px solid #58595B;

}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
}

/* Überschrift unten */
.jdGallery .slideInfoZone h2 {
	padding: 0;
	margin: 0;
	margin: 2px 5px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
}

/* Beschreibung unten */
.jdGallery .slideInfoZone p
{
	padding: 0;
	margin: 2px 5px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 31000;
	margin: 0px;
	left: 0;
	top: 0;
}

/* Thumbnails Button */
.jdGallery a.carouselBtn {	
	position: absolute;	
	bottom: -4;	left: 1px;	height: 20px; width: 100px; text-align: center;	
	padding: 0 10px;	font-size: 13px;	
	background-color: #009999;
	color: #ffffff;	
	cursor: pointer; 
	font-weight:bold;
	border: 1px solid #58595B;
}

.jdGallery a.play {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	width:20px;
	background: url('images/smoothgallery/control_play.png') no-repeat center right;
	cursor: pointer;
}

.jdGallery a.pause {
	background: url('images/smoothgallery/control_pause.png') no-repeat center right;
}

/* Thumbnail Vorschau */
.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	text-indent: 0;
	overflow: hidden;
	background-color: #009999;
	border-bottom: 1px solid #58595B;
	color: #ffffff;	
}

.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;
	padding:0;
	margin:0;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #58595B;
}

.jdGallery .carousel .label
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

/* Bezeichner 1/7, 2/7, ... oben unter bilderleiste */
.jdGallery .carousel .label .number { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;	
}

.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:31000;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* 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('images/smoothgallery/coolprev.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('images/smoothgallery/coolprev.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('images/smoothgallery/coolnext.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('images/smoothgallery/coolnext.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.jdGallery a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 31000;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.open:hover { background: url('images/smoothgallery/coolplus.gif') no-repeat center center; }

* html .jdGallery a.open:hover { background: url('images/smoothgallery/coolplus.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	



/* SLIGHTBOX */
/* variation on SLIMBOX */

/* Hintergrund wenn man Bild öffnet */
#rglbOverlay {	cursor:pointer;	left:0pt;	height:100%;	position:absolute;	width:100%;	z-index:40500; 	background-color: #000000; }

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 42000;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
}

#rglbCenter {
	padding:10px;
}

.rglbLoading {
	background: #fff url('images/smoothgallery/loading-bar-black.gif') no-repeat center;
	border: 1px solid #c8c8c8;
}

/* Buld selber */
#rglbImage {
	z-index: 42500;
}

#rglbPrevLink, #rglbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 42600;
}

#rglbPrevLink {
	left: 0;
}

#rglbPrevLink:hover {
	background: transparent url('images/smoothgallery/coolprev.gif') no-repeat 0% 50%;
}

* html #rglbPrevLink:hover { background: transparent url('images/smoothgallery/coolprev.gif') no-repeat 0% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url('images/smoothgallery/coolnext.gif') no-repeat 100% 50%;
}

* html #rglbNextLink:hover { background: transparent url('images/smoothgallery/coolnext.gif') no-repeat 100% 50%; }

/* Untere Bildleiste mit Beschreibung des Bildes*/
#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c8c8c8;
	border-top-style: none;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url('images/smoothgallery/close.gif') no-repeat center;
	margin-bottom: 10px;
}

#rglbNumber {
	display: block;
	float: left;
}

#rglbNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#rglbDescription {
	float: left;
	padding-right: 10px;
}

#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

#rglbDescription #rglbCaption {
	margin-left: 0;
}

#rglbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(images/smoothgallery/printer.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

#rglbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(images/smoothgallery/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

