/* The list items hold each set of photo/headline/description */

/* Only IE sees this */
* html div#thumbnails-container ul
{
	margin-bottom: auto; /* Value for IE 5.x */

	/* This technique feeds separate CSS to IE 5.x vs IE 6, based on the box
		model hack: http://tantek.com/CSS/Examples/boxmodelhack.html */
	voice-family: "\"}\"";
	voice-family:inherit;

	margin-bottom: 1.1em; /* Value for IE6 */

}

/* And, IE/Mac gets the original value */
* html div#thumbnails-container > ul
{
	margin-bottom: auto;
}


/* The photos on the Features page are wider */
div#thumbnails-container ul li
{
	width: 240px;
}
