﻿
/* Gallery styles */

#gallery{
	
	/* The width of the gallery */
	width:710px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:309px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:710px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}
