/* ***** MANNSCHAFT ****************************** */		
.wrapper_mannschaft_vorgabe {
	position:relative;
	width:1200px;	
	height:800px;
	margin-top:-602px;
	overflow:hidden;
	z-index:1;
}

#container_mannschaft_01 { 
	width:1200px; 
}
#container_mannschaft_02 { 
	width:1200px;
}
#container_mannschaft_03 { 
	width:1200px;
}
#container_mannschaft_04 { 
	width:1200px;
}
#container_mannschaft_05 { 
	width:1200px;
}
#container_mannschaft_06 { 
	width:1200px;
}
#container_mannschaft_07 { 
	width:1200px;
}
#container_mannschaft_08 { 
	width:1200px;
}
#container_mannschaft_09 { 
	width:1200px;
}
#container_mannschaft_10 { 
	width:1200px;
}

.mannschaft_btn_next_position {	
	position:relative;			
	margin-top:-15px;
	z-index:9;
}	

/* ***** THUMBS ****************************** */
#wrapper_mannschaft_thumbs {
	position:relative;
	width:710px; /* sichtbare Breite Thumbs-Container: Bild 140px + Abstand 2px // 5x140 + (5x2) = 710 */
	height:140px; 
	left:50%;
	margin: 1px auto; /* fuck you IE */
	margin-left:-550px;
	margin-top:590px;	/* Position des Projekte-Thumb-Slider unter dem Bild */	
	overflow:hidden; /* Scrollbalken ausgeblendet */
	z-index:6;
}

div#container_mannschaft_thumbs {
	width:1420px; /* gesamte sliderbreite aller bilder: Bild 140px + Abstand 2px // 10x140px+(10x2px)=1420 */
}

div#container_mannschaft_thumbs div {	
	height:295px;
	padding-left:1px; /* 1/2 Abstand zwischen den Thumbnails */
	padding-right:1px; /* 1/2 Abstand zwischen den Thumbnails */
	float:left;	
}

/* ***** Buttons für Projekte-Thumbs back/next ***** */
#container_mannschaft_next_thumbs {
	position:relative;
	width:auto;
	height:12px;
	margin-top:-141px;
	margin-left:11px;
	z-index:5;
}

/* Bildhintergrund für thumbs ***** */
#wrapper_mannschaft_thumbs_hintergrund {
	position:relative;
	width:710px; /* sichtbare Breite Thumbs-Container: Bild 140px + Abstand 2px // 5x140 + (5x2) = 710 */
	height:140px; 
	left:50%;
	margin: 1px auto; /* fuck you IE */
	margin-left:-550px;
	margin-top:-141px;	/* Position des Projekte-Thumb-Slider unter dem Bild */	
	overflow:hidden; /* Scrollbalken ausgeblendet */
	z-index:5;
}

div#container_mannschaft_thumbs_hintergrund {
	width:1420px; /* gesamte sliderbreite aller bilder: Bild 140px + Abstand 2px // 10x140px+(10x2px)=1420 */
}

div#container_mannschaft_thumbs_hintergrund div {	
	height:295px;
	padding-left:1px; /* 1/2 Abstand zwischen den Thumbnails */
	padding-right:1px; /* 1/2 Abstand zwischen den Thumbnails */
	float:left;	
}