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