/* >> i-fekt Gallery */
	/* Übersichtsseite */
	div.ifgallery {
		margin: 5px 0;
		width: 100%;
		font-size: 11px;
	}
	div.gallery {
		margin: 5px 0;
		width: 100%;
		font-size: 11px;
	}
	div.gallery a {
		color: #fff;
		font-size: 11px;
	}
	div.gallery a:hover {
		color: #ff8c00;
	}
	div.gallery div.cont {
		width: 100%;
	}
	div.gallery table.gTable td {
		vertical-align: top;
		padding-bottom: 5px;
                
	}
	div.gallery td.gallery_image div.link {
		border: 0px solid #333;
		margin-top: 5px;
		width: 100px;
		overflow: hidden;
		
	}
	div.gallery td.gallery_image div.link a img {
		opacity:0.6;
		
		-moz-opacity:0.6;
	}
	div.gallery td.gallery_image div.link a:hover img {
		opacity: 1;
		filter: none();
		-moz-opacity: 1;
	}
	div.gallery div.medianame {
		display: none;
	}
	div.gallery div.description {
		display: none;
	}
	/* Hover Thumb in der Übersicht */
	div.gallery #trailimageid {
		position: absolute;
		visibility: hidden;
		left: 0;
		top: 0;
		height: 1px;
		z-index: 5000;
	}
	/* Detailansicht */
	div.gallery div.gallery_detail {
		position: absolute;
		width: auto;
		top: auto;
		left: auto;
		z-index: 500;
	}
	div.gallery div.gallery_detail div.cont {
		position: absolute;
		top: -300px;
		left: -100px;
		width: 650px;
		background: #000;
		border: 10px solid #fff;
		border-bottom: 0;
		z-index: 600;
	}
	* html div.gallery div.gallery_detail div.cont {
		width: 1200px;
	}
	/* Allgemein Links */
		div.gallery div.gallery_detail a {
			color: black;
		}
		div.gallery div.gallery_detail a:hover {
			color: #ff8c00;
		}
		div.gallery div.gallery_detail div.image {
			text-align: center;
			margin-bottom: 5px;
		}
		/* Bild */
		div.gallery div.gallery_detail div.image {
		}
		/* Breitenangaben der Container */
		div.gallery div.gallery_detail h3,
		div.gallery div.gallery_detail p.description,
		div.gallery div.gallery_detail div.option,
		div.gallery div.gallery_detail div.back,
		div.gallery div.gallery_detail table.galleryNav {
			text-align: left; /* Nicht entfernen */
			width: 95%;
		}
		/* Überschrift */
		div.gallery div.gallery_detail h3 {
			margin: 10px auto 5px auto;
			color: white;
			text-align: left;
		}
		/* Beschreibung */
		div.gallery div.gallery_detail p.description {
			margin: 0 auto;
			text-align: left;
		}
		/* Optonen */
		div.gallery div.gallery_detail div.option {
			text-align: left;
			margin: 10px auto;
			display: none;
		}
		/* PopUp Link */
		div.gallery div.gallery_detail span.popup {
		}
		/* Download Link */
		div.gallery div.gallery_detail span.download {
		}
		div.gallery div.gallery_detail span.download span.size {
		}
	/* Navigation Detailansicht */
		div.gallery div.gallery_detail div.gTop,
		div.gallery div.gallery_detail div.gBottom {
			width: 100%;
			background: white;
			text-align: left;
			padding: 2px 0;
			margin-top: 10px;
		}
		div.gallery div.gallery_detail div.gTop {
			display: none;
		}
		div.gallery div.gallery_detail div.gTop table.galleryNav,
		div.gallery div.gallery_detail div.gBottom table.galleryNav {
			width: 95%;
			margin: 0 auto;
		}
		div.gallery div.gallery_detail div table.galleryNav td.next,
		div.gallery div.gallery_detail div table.galleryNav td.back,
		div.gallery div.gallery_detail div table.galleryNav td.prev {
			width: 33%;
		}
		div.gallery div.gallery_detail div table.galleryNav td.back {
			text-align: center;
		}
		div.gallery div.gallery_detail div table.galleryNav td.next {
			text-align: right;
		}
		div.gallery div.gallery_detail div a {
		}
		div.gallery div.gallery_detail div a:hover {
		}
/* << */


/* >> Lightbox Gallery */
	/* >> >> Allgemeine Angaben */
		div.ligallery div.gallery h3 {
			font-size: 10px;
		}
		div.ligallery div.gallery div.description {
			font-size: 10px;	
		}
		div.ligallery div.gallery div.medianame {
			display: block;
		}
		div.ligallery div.gallery div.description {
			display: block;
		}
		div.ligallery div.gallery div.galleryNav {
			background: #fff;
			text-align: center; 
			padding: 10px;
		}
		div.ligallery div.gallery div.galleryNav a {
			padding: 0 5px;
		}
/* << */

img {border: 0;}

/* Lightbox */
	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		text-align: center;
		line-height: 0;
	}
	#lightbox a img { border: none; }
	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/*z-index: 10;*/
		z-index: 970;
	}
	#imageContainer>#hoverNav { left: 0;}
	#hoverNav a { outline: none;}
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		color: #000;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData {
		padding:0 10px;
	}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		/*z-index: 90;*/
		z-index: 980;
		width: 1400px;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */
