body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

/* Gallery styles */

#gallery{
	
	border:0px solid white;
	/* The width of the gallery */
	width:360px;
	overflow:hidden;
}

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

.slide{
	float:left;
}

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

ul{
	margin:0px;
	padding:0px;
}
#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:55px;
	overflow:hidden;
}

li.inact:hover{
	background-color: #A3F3F6;
}

li.act,li.act:hover{
	background-color: #42C8CB;
}

li.act a{
	cursor:default;
}

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

li a{
	display:block;
	height:36px;
	padding-top:4px;
}

a img{
	border:none;
}

#main{
	/* The main container */
	margin:0px;
	text-align:center;
	width:360px;
	position:relative;
	border-bottom: solid #42C8CB 0px;
	border-top: solid #ffffff 1px;
	overflow: hidden;
	height: 295px;
	padding:0px;
	margin:0px;
}
#menu li img {	/* Every thumbnail is a li element */
	width:50px;
	height:36px;
}
