.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: tahoma;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
#pointer{
	border: 2px solid white;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	top: 254px;
	left: 66px;
	height: 48px;
	width: 48px;
}
.nav-next{
	position: absolute;
	cursor: pointer;
	top: 270px;
	right: 20px;
}
.nav-prev{
	position: absolute;
	cursor: pointer;
	top: 270px;
	left: 20px;
}
.filmstrip img{
	cursor: help;
}