
@media all{

.jdGallery img
{
	border: 0;
	margin: 0;
}




* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 15;
	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: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}


.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 #fff;
}


.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}





/************************************************************************************************************************/
/*Angepasst Gallery*/	
/************************************************************************************************************************/
	.tx-rgsmoothgallery-pi1 {
	 background:#000 url(img/loading-bar-black.gif) center center no-repeat; 
	 background-color:transparent;
	 margin-bottom: 20px;
	}

	
	
	.myGallery
	{
		width: auto;
		height: 294px;
		/* width: auto;
		  height:auto;
		  z-index:5;
		  display: inline;*/
		display:block;
		position: relative;
	}
	
	.myGallery .carousel
	{
		position: absolute;
		width: 100%;
		margin: 0px;
		left: 0;
		top: 0;
		height: 115px;
		color: #fff;
		text-indent: 0;
		overflow: hidden;
	}

	
	/****** Carousel ******/
	
	.jdGallery .carousel .label
	{
		position: absolute;
		bottom: 5px;
		left: 10px;
		padding: 0;
		margin: 0;
	}
	
	.myGallery .carousel, .jdGallery a.carouselBtn{background-color: #EFEFEF;}
	
	.jdGallery a.carouselBtn{
			right: 0px;
	}
	
	.myGallery .carousel, .jdGallery .carousel .label .number{color: black;}
	
	.jdGallery div.carouselContainer{height:130px;}
	.jdGallery a.carouselBtn{height:15px;vertical-align:center;font-size: 11px;font-weight:normal;color:#a6a8a9;}
	
	
	
	/*** Lef Right Buttons ****/
		.myGallery a
		{
			font-size: 100%;
			text-decoration: none;
			color: inherit;
		}

		.myGalleryArrows {
			right: 0px;
			position:absolute;
			height: 19px;
			width: 40px;
		}
		
		.myGalleryArrows a.right, .myGalleryArrows a.left
		{
			position: absolute;
			height: 100%;
			width: 20px;
			cursor: pointer;
			z-index:5;
			filter:alpha(opacity=80)	;
			-moz-opacity:0.2;
			-khtml-opacity: 0.2;
			opacity: 1.0;
		}

		* html .myGalleryArrows a.right, * html .myGalleryArrows a.left
		{
			filter:alpha(opacity=80);
		}

		.myGalleryArrows a.right:hover, .myGalleryArrows a.left:hover
		{
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}

		.myGalleryArrows a.left
		{
			left: 0;
			top: 0;
			background: url(../../../../img/layout/mindcrafts/icons/arrowblackRight.gif) no-repeat center center;
		}

		.myGalleryArrows a.right
		{
			right: 0;
			top: 0;
			background: url(../../../../img/layout/mindcrafts/icons/arrowblack.gif) no-repeat center center;
		}

		
	/**** Bild Laden ***/	
		.imageElement{display:none;} /*verstecken der Bilder während des Ladevorgangs*/
		
		.myGallery a.open
		{
			position: absolute;
			top: 0;
			height: 99%;
			width: 99%;
			margin:0 auto;
			cursor: pointer;
			z-index: 10;
			background: none;
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}
/*
		.myGallery a.open:hover { background: url('img/open.png') no-repeat center center; }
*/
		* html .myGallery a.open:hover {
			/*background: url('img/open.gif') no-repeat center center;*/
			filter:alpha(opacity=80);
		}

	/*** Lade fläche  (hintergrund) ***/	
		
		.myGallery .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/loading2.gif');
		}
		
		
		.myGalleryBottom{
			position:relative;
			display: block;
			margin-top:1px;
			height: auto;
			width:100%;
			border: 0px dotted #ff3300
		}

		

		
		.slideInfoZone
		{
			width: 100%;
			height: 100%;
			padding: 3px 0px;
			left: 0;
			bottom: 0;
			background: transparent;
			color: #fff;
			text-indent: 0;
			overflow: hidden;
		}
		

		.slideInfoZone h2
		{
			margin:0;
			padding: 0;
			font-weight: normal;
			color: black;
		}
		
		.slideInfoZone p{
			display:none;
		}


	
		/**** Bilder ****/
		.jdGallery
		{
			margin:auto;
			overflow: hidden;
			position: relative;
			border:1px solid #a6a8a9;
			width: 100%;
			height: 100%;
		}

		.jdGallery .slideElement
		{
			width: 100%;
			height: 100%;
			background-color:white;
			background-repeat: no-repeat;
		}




		.g{
		width: 460px;
			height: 345px;
			/*z-index:5;*/
			display: none;
			border: 1px solid #000;
		}
		
		
/*		
	.tx-rgsmoothgallery-pi1 .content, .myGallery, .myGalleryBottom{
		background-image: url(../../../../img/layout/mindcrafts/icons/lineDotH.gif);
		background-repeat:		repeat-x;
	}

	.tx-rgsmoothgallery-pi1 .content, .myGalleryBottom{
		background-position: 	top;
	}
	
	.tx-rgsmoothgallery-pi1 .content{
		padding-top:2px;
	}
	
	.myGallery{
		background-position: 	bottom;
	}
*/		
		

	.tx-rgsmoothgallery-pi1, .tx-rgsmoothgallery-pi1  .myGalleryBottom, .tx-rgsmoothgallery-pi1 .content{
		background-image: url(../../../../img/layout/mindcrafts/icons/lineDotH_gibtesnicht.gif);
		background-repeat:		repeat-x;
	}
	
	.tx-rgsmoothgallery-pi1, .myGalleryBottom{
		background-position: 	top;
	}
	
	.myGalleryBottom{
		margin-top: 0;
	}
	
	.tx-rgsmoothgallery-pi1 .content{
		background-position: 	bottom;
	}

	.tx-rgsmoothgallery-pi1{
		padding-top:1px;
	}
	
	.tx-rgsmoothgallery-pi1 .myGalleryBottom{
		border-style:none;
	}

/************************************************************************************************************************/
/*Angepasst Overlay*/	
/************************************************************************************************************************/
	
	#lbBottom, #lbCloseLink {
		z-index:21;
	}
}
	

