@charset "utf-8";
/*------------------------------------------- begin portraits content ------------------------------------------------*/
.contentbox, .container {
	min-width: 1021px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
	z-index: 100;
}
.content {
	min-width: 643px; /* Specify exactly the maximum width of pictures */
	z-index: 100;
}
* html .contentbox, * html .container {
	width: 1021px;	/* CSS-Hack for IE6 */  
}
* html .content {
	width: 643px;	/* CSS-Hack for IE6 */ 
}
.portpics img {
	position: absolute;
	top: 0;
	left: 0;
	width: 643px;
	height: 450px;
	border: 0;
	overflow: hidden;	
}
/*------------------------------------------- end portraits content ------------------------------------------------*/
