#fotostrip_container {
	position:relative;
	width:750px;
	_width: 760px;
	border:1px solid #FFD396;
	height:180px;
	padding: 1px 2px 1px 2px;
	margin-bottom:14px;
	margin-left: 25px;
}

#fotomask_left {
	float:left;
	top: 57px;
	position:relative;
	width:25px;
	height:166px;
	background: url(/images/previous.jpg) no-repeat;
	cursor:pointer;
}

.text_slider{
position:absolute;
color:#993300;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
left:10px;
top:150px;
}

#fotomask_right {
	float:left;
	top: 57px;
	position:relative;	
	width:25px;
	height:166px;
	background: url(/prototype/images/thickbox/next.jpg) no-repeat;
	cursor:pointer;
}

	div#fotomask{
		height:185px;
		width:650px;
		float:left;
		padding:0px;
		overflow:hidden;
		position:relative;
		display:block;
	}
	div#wed_fotos div#fotomask{
		width:344px;
		height:175px;
		float:left;
		display:block;
	}
	div#club_fotos div#fotomask{
		width:359px;
	}
	div#scheids_fotos div#fotomask{
		width:744px;
	}

	div#fotolist{
		position:absolute;
		width:auto;
		height:85px;
	}
	div#fotolist a{
		float:left;
	}
	div#wed_fotos div#fotolist{
		height:175px;
	}
	div#fotolist img{
		float:left;
		margin-left:10px;
		border:none;
	}
	* html div#fotolist img{
		/*width:126px;*/
	}

	div#wed_fotos div#fotolist img{
		max-width: 320px;
	}

	#image_thumb{
		float:left;
		border:none;
		width:auto;
		position:relative;
		}


