


#gallery{
		border: 8px solid #423E35;	

	

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


#watermark{
	position:absolute;
	padding-left: 20px;
	padding-top: 20px;
}

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

#slides img{

}

.slide{
	float:left;
}

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

#menu ul{
	margin:0px;
	margin-top:10px;
	padding:0px;
	
}

#menu li{
	/* Every thumbnail is a li element */
	width:64px;;
	display:inline-block;
	list-style:none;
	height:64px;
	overflow:hidden;
}



#menu li a{
	display:block;
	height:64px;
	padding-top:0px;
}

#menu li a:hover{
	padding-top:2px;

}

#menu a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

