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:500px;
	overflow: hidden;
	background:url(img/panel.jpg) repeat-x  bottom left;
	
}

#slides{
	/* This is the slide area */
	height:400px; /*orig 400px*/

	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:100px;
	width: 500px;
	overflow: hidden;
	left: 0px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:95px;
	display:inline-block;
	list-style:none;
	height:70px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#menu li.act, #menu li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.jpg) no-repeat;
}

#menu 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;
}

#menu li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:80px;
	padding-top:0px;
	padding-left: 8px;
}

#menu a img{
	border:none;

	height: 80px;
}

pdf_list{
	padding: 5px;
}

#fragment-14 td{
	padding: 15px;
	vertical-align:top;
}