/* Gallery styles */
#gallery_container {
  margin: 0px auto;
  width: 980px;
}

#gallery{
	width:980px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:980px;
	overflow:hidden;
}

.slide{
	float:left;
	display: block;
	height: 400px;
	width: 980px;
}

#applemenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#applemenu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}