div#gallery {
  margin: -20px -50px 0 -50px;
  padding: 0;
  width: 990px;
  position: relative;
}
div.galleryimage {
	padding: 0;
	margin: 0;
	position: relative;
  height: 310px;
}

div.galimg {
  position: relative;
  float: left;
  width: 590px;
  height: 310px;
}

div.galimg img {
	position: absolute;
	display: block;
	left: 295px;
	top: 155px;
}
div.galtxt {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 400px;
	padding: 10px 0 0 0;
  background-color: #575758;
}

div#images {
  width: 990px;
  height: 310px;
  margin: 0;
  padding: 0;
  overflow: hidden;
   position: relative;
  background-color: #575758;
}


div.galleryimage h6 {
  padding: 0 30px 0 30px;
  color: #8dcd33;
  font-size: 1.4em;
  font-weight: normal;
}
div.galleryimage p {
  padding: 0 30px 0 30px;
  font-weight: normal;
}


div#thumbnails {
  clear: both;
  margin-bottom: 40px;
  background-color: #333;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  overflow: auto;
  position: relative;
  width: 100%;
}
div#thumbnails ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 90px;
}

div#thumbnails li {
	float: left;
  	margin: 0;
 	padding: 0;
}

div#thumbnails li a {
	display: block;
}
div#thumbnails li a img {
	display: block;
}

div#thumbnails li.active a,
div#thumbnails a:hover {
  background-color: #999;
}

div#scrollerLeft,
div#scrollerRight {
	cursor: pointer;
	width: 25px;
	height: 90px;
	margin: 1px 0;
}
div#scrollerLeft {
	background: url(images/gallery_arrow_left.png) no-repeat 50% 50%;
}
div#scrollerRight {
	background: url(images/gallery_arrow_right.png) no-repeat 50% 50%;
}


div#breadcrumbs {
	position: absolute;
	top: 550px;
	right: 50px;
}
