#gallery{

background-color : #fff;
width : 496px;
overflow : hidden;
	
}

#slides{
	/* This is the slide area */
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:26px;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
}

li.act,li.act:hover{
	/* The active state of the thumb */
}

li.act a{
	cursor:default;
	width:20px;
}
li.menuItem a{
	color:#efefef;
}
li.menuItem{
	background-image:url(../images/slideshow.png);
	background-repeat:no-repeat;
	width:25px;
	height:26px;
	text-align:center;
	padding-top:5px;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}
