div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	margin:auto;
	float:none;
	width:580px; 
	height:300px;
}
div.slideshow img {
	border: none;
	display: block;
	width:580px;
	height:300px;
}

