body {
	margin: 0;
	padding: 10px;
	width: 700px;
	height: 370px!important;
	background-color: #DFF0FA;
	overflow: none!important;
}
#gallerycontainer {
	width: 650px;
  margin: 0 auto;
}
#thumbnails {
	height: 360px;
	width: 160px;
	margin-left: 3px;
}
#thumbnails a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
  border: none;
}
#popNav {
	border: 1px solid #a42b10!important;
	list-style-type: none!important;
	margin: 0;
	padding: 0;
	background-color: #ba381a;
	height: 20px;
	width: 630px;
}
#popNav li {
	padding: 0;
	margin: 0;
	float: left;
}
#popNav li a {
	font-weight: bold;
	color: #4cc4bb;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	width: 95px;
}
#popNav li a:hover {
	color: #ffffff;
}
#popNav li a.previous {
	background: url(images/previous.gif) left center no-repeat;
	padding-left: 18px;
	margin-left: 250px;
	font-size: 14px;
}
#popNav li a.next {
	background: url(images/next.gif) right center no-repeat;
	text-align: right;
	padding-right: 19px;
	font-size: 14px;
}