#thumbs {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  margin: 20px 0 15px;
  background: #fff url('../images/thumbsbg.gif') repeat-x 0 100%;
}

  #thumbs img {
    float: left;
	}

 	#thumbs ul  {
		float: right;
		width: 220px;
  }

	  #thumbs ul li {
	    float: right;
	    margin: 0 0 0 7px;
		}
		
			#thumbs ul li a, #thumbs ul li img {
			  display: block;
			  width: 80px;
			  height: 80px;
			}
			
#gallerynavprev, #gallerynavnext {
  display: block;
  width: 38px;
  height: 27px;
  margin: 0 auto 8px;
}

#gallerynavnext { margin: 8px auto 0; }

#gallerymenucontent ul {
  width: 80px;
}
			
#gallerymenucontent ul li a {
  display: block;
  margin: 2px 0 3px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

#gallerymenucontent ul li img {
  display: block;
  opacity: 0.4;
  filter:alpha(opacity=40);
  border: 0;
}

#gallerymenucontent ul li .selimg, #gallerymenucontent ul li .selimg img {
  opacity: 1;
  filter:alpha(opacity=100);
}

#gallerymenucontent {
  position: relative;
  width: 80px;
  height: 425px;
  overflow: hidden;
}

#gallerymenucontentt {
  position: absolute;
}

#image, #gallerymenu {
  float: left;
  display: inline;
  padding-top: 28px;
}

#image {
  margin: 65px 20px 28px 5px;
  padding: 0;
  text-align: center;
  height: 425px;
  width: 510px;
}

#image img {
  vertical-align: middle;
}
