/* START DETAIL STIJLEN */

.detail_foto_large {
	border:1px solid #DCDCDC;
	cursor:pointer;
}

#detail_foto_large {
	width:368px;
	margin-bottom:7px;
}

#fotostrip_container {
	position:relative;
	width:364px;
	height:67px;
	padding: 1px 2px 1px 2px;
	margin-bottom:19px;
}

#fotomask_left {
	float:left;
	width:25px;
	height:66px;
	background: url("../images/arrow_left.jpg") no-repeat;
	cursor:pointer;
}

#fotomask_right {
	float:left;
	width:25px;
	height:66px;
	background: url("../images/arrow_right.jpg") no-repeat;
	cursor:pointer;
}


	div#fotomask{
		height:85px;
		width:421px;
		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{
		max-width:126px;
		float:left;
		margin-left:10px;
		border:none;
	}
	* html div#fotolist img{
		/*width:126px;*/
	}

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