
#gallery{

	width:580px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:212px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:580px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	/*height:45px;*/
	display:none;
}
