

/* Gallery styles */

#gallery2{

	
	/* The width of the gallery */
	width:698px;
	overflow:hidden;
}

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

.slide2{
	float:left;
}

#menu2{
	/* This is the container for the thumbnails */
	height:100px;
	margin-left: 20px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:80px;
	display:inline-block;
	list-style:none;
	height:60px;
}


li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:10px;
}

li a{
	display:block;
	height:35px;
	padding-top:1px;
}

a img{
	border:none;
}


#main{
	/* The main container */
  margin-left: auto; 
  margin-right: auto
}
