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