@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility: hidden;
		position: relative; 
		text-align: left;
		width: 100%;
		height: 330px !important;
		overflow: hidden;
		padding: 0;
		top: 0px;
	}
	.imageflow img {
		visibility: hidden;
		position: absolute; 
		top: 0px;
		border: none;
		-ms-interpolation-mode: bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p{
		text-align: center;
		margin: 0 auto;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 15px;
		padding: 5px;
		visibility: visible;
		border: 1px solid #ffffff;
	}
	.imageflow .loading_bar {
		height: 15px;
		width: 1%;
		background: #ffffff;
		visibility: visible;
	}
	.imageflow .img_caption {
		display: none;
	}
	.imageflow .caption {
		font-weight: bold;
		position: relative; 
		text-align: center;
		z-index: 10000;
	}
	.imageflow .img_subheader {
		display: none;
	}
	.imageflow .subheader {
		font-weight: bold;
		position: relative; 
		text-align: center;
		z-index: 10000;
	}
	.imageflow .scrollbar {
		visibility: hidden;
		position: relative; 
		border-bottom: 1px solid #cc0000;
		z-index: 10001;
		margin-top: 3px !important;
	}
	.imageflow .slider {
		position: absolute;
		margin-top: -10px;
		margin-left: -7px;
		z-index: 10002;
		background-image: url(../img/imageflow/slider.png);
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
	}
	.imageflow #referenzen_caption {
		margin-top: 35px !important;
	}
	.imageflow #referenzen_caption a {
		background: #cececc;
		color: #000000;
		padding: 2px 6px;
		text-decoration: none;
	}
	.imageflow #referenzen_caption a:hover {
		border: none;
	}
	.imageflow #referenzen_subheader {
		width: 600px !important;
		padding: 0 50px;
	}
}
