.tx-enet-imagegallery {
	border: 1px solid #d5d5d5;
}


.tx-enet-imagegallery ul,
.tx-enet-imagegallery li {
	list-style: none;
}

	.tx-enet-imagegallery .pagebrowser {
		clear: both;
	}



/*****************************************************************************/
.pwsThumbnails {
	height: 93px;
	position: relative;
	width: 560px;
}

	.pwsThumbnails .viewport {
		width: 495px;
		overflow: auto;
		/*
		min-height: 93px;
		height: 100px;
		*/
		min-height: 93px;
		height: auto !important;  /* für moderne Browser */
		height: 93px;  /*für den IE */

		margin: 0 30px;
		padding: 0;
		position: relative;
		top: 0;
	}

		.pwsThumbnails .viewport ul {
			margin: 4px 0;
			padding: 0;
			position: absolute;
			top: 0;
			width: 9999px;
		}

			.pwsThumbnails .viewport li {
				display: block;
				float: left;
				height: 75px;
				margin: 0 3px 0 0;
				padding: 3px;
				width: 100px;
				border: 1px solid #D5D5D5;
				text-align: center;
			}

				.pwsThumbnails .viewport img {
					border: none;
					display: block;
					margin: 0 auto;
				}

				.pwsThumbnails .viewport .informations {
					display: none;
				}

				.pwsThumbnails .previewItem {
					display: none;
				}

	/*************************************************************************/
	.pwsThumbnails a.arrow {
		cursor: pointer;
		display: block;
		height: 85px;
		position: absolute;
		top: 0;
		width: 30px;
		background: transparent url(../Images/fancy_nav.png) no-repeat;
		text-indent: -999px;
		z-index:1;
	}

		.pwsThumbnails a.arrow.back {
			background-position: left center;
			left: 0;
		}

		.pwsThumbnails a.arrow.forward {
			background-position: right center;
			right: 0;
		}



/*****************************************************************************/
.pwsPreview {
	/*height: 320px;*/
	position: relative;
	width: 560px;
}

	.pwsPreview .viewport {
		display: block;
		height: 320px;
		margin: 0;
		padding: 0;
		position: relative;
		width: 560px;
	}

		.pwsPreview .viewport ul {
			margin: 0;
			padding: 0;
			position: absolute;
			width: 9999px;
		}

			.pwsPreview .viewport li {
				float: left;
/*				height: 420px;*/
				margin: 0 auto;
				padding: 5px;
				width: 550px;
				text-align: center;

			}

				.pwsPreview .viewport img {
					border: none;
				}

	/*************************************************************************/
	.pwsPreview a.arrow {
		cursor: pointer;
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		width: 90px;
		background-color: transparent;
		background-repeat: no-repeat;
		text-indent: -999px;
	}

		.pwsPreview a.arrow.back {
			left: 0;
			background-position: 30px center;
		}
			.pwsPreview a.arrow.back:hover { background-image: url(../Images/fancy_nav.png); }


		.pwsPreview a.arrow.forward {
			right: 0;
			background-position: -140px center;
		}
			.pwsPreview a.arrow.forward:hover { background-image: url(../Images/fancy_nav.png); }



/*****************************************************************************/
/*
.tx-enet-imagegallery-pwl {
	width: 577px;
	margin: 0px auto;
	text-align: center;
}
*/
.pwlPreview {
/*	height: 420px;*/
	margin: 10px 0 ;
	width: 560px;
	position: relative;
}

	.pwlPreview .previewItem {
		display: block;
		text-align: center;
	}

	.pwlPreview img {
		border: none;
	}

	.pwlPreview .informations {
		background-color: white;
		bottom: 0;
		color: black;
		min-height: 40px;
		height: auto !important;  /* für moderne Browser */
		height: 40px;  /*für den IE */

		margin: 0px;
		padding: 10px;
		position: absolute;
		width: 550px;

		opacity: 0.0;
		filter: alpha(opacity=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.pwlPreview .informations .description,
	.pwlPreview .informations .category {
		display: none;
	}

	.pwlPreview .loading {
		background: transparent url(../Images/spinner.gif) no-repeat center center;
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}

.pwlThumbnails {
	/*
	height: 320px;
	overflow: hidden;
	*/
	border-top: 1px solid #ccc;
	position: relative;
	width: 560px;
}

	.pwlThumbnails .tabs {
		display: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 560px;
	}

	.pwlThumbnails .tabs li {
		cursor: pointer;
		/*border: 1px solid #ccc;*/
		border-bottom: none;
		float: left;
		margin: 0 2px;
		padding: 2px 15px;
	}

		.pwlThumbnails .tabs li.hover,
		.pwlThumbnails .tabs li.active {
			background-color: #999;
			color: white;
		}
	.pwlThumbnails .viewport{
		/*margin: 3px 0 0 9px;*/
	}

	.pwlThumbnails .viewport ul {
		/*
		height: 285px;
		position: absolute;
		*/
		margin: 2px 0 2px 6px;
		padding: 0;
		width: 554px;
	}

		.pwlThumbnails .viewport li {
			border: 1px solid #ccc;
			float: left;
			height: 75px;
			margin: 2px;
			padding: 2px;
			text-align: center;
			width: 100px;
		}

		.pwlThumbnails .viewport li a{
			display: block;
			height: 75px;
			width: 100px;
		}

			.pwlThumbnails li img {
				border: none;
			}

	.pwlThumbnails .loading {
		background: transparent url(../Images/spinner.gif) no-repeat center center;
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}

.pwlPagebrowser {
	text-align: right;
	width: 480px;
}

	.tx-enet-imagegallery .pagebrowser {
		overflow: hidden;
	}

		.tx-enet-imagegallery .pagebrowser a {
			display: inline-block;
			padding: 0 2px;
		}

		.tx-enet-imagegallery .pagebrowser div {
			display: inline-block;
			padding: 0 2px;
		}

/*****************************************************************************/
.pwnPreview {
	position: relative;
	width: 560px;
}

	.pwnPreview #previewItem {
		display: block;
		height: 320px;
		width: 560px;
		margin: 5px auto;
		text-align: center;
	}

		.pwnPreview #previewItem img {
			border: none;
			bottom: 0;
			/*position: absolute;*/
			margin: 0px auto;
		}

	.pwnPreview .informations {
		background-color: white;
		bottom: 0;
		color: black;
		min-height: 40px;
		height: auto !important;  /* für moderne Browser */
		height: 40px;  /*für den IE */
		left: 0px;
		margin: 0px;
		padding: 10px;
		position: absolute;
		width: 560px;

		opacity: 0.0;
		filter: alpha(opacity=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.pwnPreview .informations .description,
	.pwnPreview .informations .category {
		display: none;
	}

/*************************************************************************/
	.pwnPreview a.arrow {
		background: url(../Images/fancy_nav.png) no-repeat transparent 0 center;
		bottom: 0;
		cursor: pointer;
		display: block;
		height: 320px;
		position: absolute;
		text-indent: -999px;
		width: 60px;
	}

		.pwnPreview a.arrow.back {
			left: 0;
			background-position: 30px center;
		}


		.pwnPreview a.arrow.forward {
			right: 0;
			background-position: -140px center;
		}

