/* Billboard rotation */
/* This file is imported by the rotator */
#imageContainer {
	margin-top:2px;
	position:relative;
	height:180px; /* The image height. Add more to account for borders, etc. */
	}

#imageContainer img {
	border:none;
	height:180px;
	margin:0px;
	padding:0px;
	position:absolute;
	width:800px;

	/* Fiddle the amount of space between the nav and the story
	 * images here to propitiate the Demon of Redmond
	 */
	padding-top: 0px;
	}
