#gallery {
	position: relative;
	padding: 0px 430px 0px 0px;
	margin-right: 24px;
	min-height: 525px;
}

#filterControl {
	width: 100%;
}

#thumbnails {
	float: left;
	position: relative;
	width: 100%;
	min-height: 446px;
}

#fullImage {
	float: left;
	position: relative;
	margin: 2px -468px 2px 2px;
	width: 442px;
/*	height: 482px;*/
	padding: 4px;
	background-color: #ffffff;
}

#thumbnails .img, #thumbnails .imgBig {
  margin: 2px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

#thumbnails .img {
	  background-color: #ffffff;
}

#thumbnails .imgBig {
	background-color: #099099;
}

div.img img, div.imgBig img {
  display: inline;
  margin: 3px;
  border: none;
}

div.img a:hover img, div.imgBig a:hover img {
	border: none;
}

#filterControl {
	z-index: 5;
	overflow: hidden;
}

#filterMenu ul {
	float: left;
	width: 100%;
	list-style-type: none;
}

#filterMenu ul.menuHoriz li {
	float: left;
	display: inline;
	text-align: center;
	width: 25%;
}

#filterMenu a{
	float: left;
	display: block;
	text-align: center;
	text-decoration:none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow: hidden;
	z-index: 2;
}

#filterMenu {
	width: 100%;
	z-index: 5;
	position: relative;
	clear: both;
	height: 26px;
	overflow: hidden;
	background-color: #201608;
	margin-top: 7px;
}

#filterControl p {
	text-align:center;
}

.img a, .imgBig a {
	display: block;
	height: 58px;
}

.current {
	color: #ffffff;
}

