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

body{
	/* Setting default text color, background and a font stack */

}



/* Gallery styles */

#gallery{
	
	

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

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

.slide{
	text-align:center;
	width:1100px;
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:1120px; margin-top:20px; 
}

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

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

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;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

li a{
	display:block;

	height:120px;
	
}

a img{
	border:none;
}





#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:1100px;
	position:relative;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}
