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



/* Gallery styles */
#gallery{

	
background:url(interface/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:721px;
	overflow:hidden;
}

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

.slide{
	float:left;
}

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

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

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

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(interface/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(interface/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}



a img{
	border:none;
}


/* The styles below refer to the elements outside of the gallery itself */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-color:black
	font-weight:bold;
	padding-right:2px;
	padding-left:20px;
	line-height:130%
}

h3{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:13px;
	font-color:gray
	font-weight:normal;
	padding-right:2px;
	padding-left:20px;
	line-height:130%
}

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


