﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	#communitySection .imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	#communitySection .imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	#communitySection .imageflow p {
		margin:0 auto;
		text-align:center;
	}
	#communitySection .imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	#communitySection .imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	#communitySection .imageflow .navigation{
		z-index:10000;
	}
	#communitySection .imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
	}
	#communitySection .imageflow .scrollbar {
		background:url(scroller.png);
		position:relative; 
		z-index:10002;
		height:24px;
		
	}
	#communitySection .imageflow .slider {
		background:url(anfasser.png) no-repeat;
		height:15px;
		position:absolute;
		margin-top:5px;
		width:15px;
		z-index:10003;
		background-position:center;

	}
	#communitySection .imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	#communitySection .imageflow .slideshow.pause {
		background:url(button_pause.png) no-repeat;
	}
	#communitySection .imageflow .slideshow.play {
		background:url(button_play.png) no-repeat;
	}
	#communitySection .imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	#communitySection .imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	#communitySection .imageflow .previous {
		background: url(scroleft.png) left no-repeat;
		float:left;
		width:26px;
		height:24px;
			position:relative;
		left:-26px;
	}
	#communitySection .imageflow .next {
		background: url(scroright.png) right no-repeat;
		float:right;
		width:28px;
		height:24px;	
		position:relative;
		left:28px;
	
	}
}