
#web-referenzen_wrapper {
	width: 720px;
	overflow: hidden;
}

#web-referenzen_wrapper .thumbnail {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}

.ref_bilder {
	height: 432px;
}

.ref_bilder img {
}

.ref_info {
	position: relative;
	margin: 10px 0 0 0;
}

.ref_info .ref_info_logo {
	position: relative;
	width: 170px;
	float: left;
	text-align: center;
}

.ref_info .ref_info_text {
	position: relative;
	float: left;
	margin: -4px 0 0 12px;
}

.ref_info .ref_info_text p {
	margin: 0;
}





/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(white.png);
	background-repeat: no-repeat;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:800px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

