	html {
		/*overflow: hidden;*/
	}
	.imageflow_v2 {
		position: absolute;
        /*position:relative;*/
		width: 100%;
		/*height: 80%;*/
    height: 220px;
		left: 0%;
		/*top: 10%;*/
        top:0%;
		overflow: hidden;
		/*background: #000;*/
	}
	.imageflow_v2 .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	.imageflow_v2 .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	.imageflow_v2 .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #000000;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	.imageflow_v2 .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	.imageflow_v2 .legend {
		font-size: 0.8em;
	}
	.imageflow_v2 .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 8%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	.imageflow_v2 .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	.imageflow_v2 .arrow-left {
		position: absolute;
	}
	.imageflow_v2 .arrow-right {
		position: absolute;
		right: 0px;
	}
	.imageflow_v2 .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}


.inhalt_galerie_rahmen {
    position:relative;
    height:220px;
}