.galleryformatter-galleryneh { 
	/*width: 460px;*/
}	

.galleryformatter-galleryneh .gallery-thumbs { 
  padding: 0 /*35px*/; 
  zoom: 1; /*IE6 patches */
}
.galleryformatter-galleryneh .gallery-slides { 
  position: relative; /* IE6 patches */
}
.galleryformatter-galleryneh .gallery-slide { }

.galleryformatter-galleryneh .gallery-thumbs .arrow span,
.galleryformatter-galleryneh .gallery-thumbs .wrapper,
.galleryformatter-galleryneh .gallery-thumbs li.active a,
.galleryformatter-galleryneh .gallery-thumbs li a:hover,
.galleryformatter-galleryneh .galleryformatter-view-full { background:url("images/gallery-arrows-sprite.png") no-repeat scroll 0 0 transparent; }

.galleryformatter-galleryneh .gallery-slides .panel-overlay {
  position: absolute;
  bottom: 0; left: 0;
  background: transparent url(images/bg-trans.png) repeat;
  width:100%;
  color: white;
  font-size: .75em;
  text-transform: uppercase;
}

.galleryformatter-galleryneh .gallery-slides .panel-overlay h3{
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	text-transform:none;
	color: #fff;
}

.galleryformatter-galleryneh .gallery-slides .panel-overlay .overlay-inner { padding: 10px; }
.galleryformatter-galleryneh .gallery-thumbs .wrapper {
  overflow: auto;
  line-height:0;
  background-position: center -326px;
  background-repeat: repeat-x;
  width: 100%; /* IE6 patches */
}
.galleryformatter-galleryneh .galleryformatter-view-full {
  background-position:center -150px;
  height:46px; width:46px;
  margin:10px;
  position:absolute;
  right:0; top:0;
  text-indent:-9999px;
}
.galleryformatter-galleryneh a:hover .galleryformatter-view-full {
  background-position: center -97px;
}
.galleryformatter-galleryneh .gallery-thumbs ul { list-style: none; }
.galleryformatter-galleryneh .gallery-thumbs li {
  float: left;
  background: transparent none;
  overflow:hidden;
  padding: 3px 3px 0 0;
}
.galleryformatter-galleryneh .gallery-thumbs li a {
  display: block;
  padding: 0px 0 0px;
}
.galleryformatter-galleryneh .gallery-thumbs li a:hover { background-position: center -307px;
	/* border-bottom: 1px dotted #444; */
}
.galleryformatter-galleryneh .gallery-thumbs li.active a { background-position: center -303px;}

.galleryformatter-galleryneh .gallery-thumbs li.active img,
.galleryformatter-galleryneh .gallery-thumbs li a:hover img {
  filter:alpha(opacity=100);
  -ms-filter:”alpha(opacity=100)”;
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;

}
.galleryformatter-galleryneh .gallery-thumbs li img {
  filter:alpha(opacity=60);
  -ms-filter:”alpha(opacity=60)”;
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.galleryformatter-galleryneh .gallery-thumbs .arrow {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 90px;
    position: absolute;
    text-indent: -9999px;
    width: 12px;
}
.galleryformatter-galleryneh .gallery-thumbs .arrow span {
    float: left;
    height: 22px;
    margin-top: 25px;
    width: 20px;
}
.galleryformatter-galleryneh .gallery-thumbs .back,
.galleryformatter-galleryneh .gallery-thumbs .forward {
  background: transparent url(images/arrows-bg.png) repeat;
    height: 75px;
    width: 20px;
}
.galleryformatter-galleryneh .gallery-thumbs .forward {
    right: 0;
}
.galleryformatter-galleryneh .gallery-thumbs .back {
    left: 0;
}
.galleryformatter-galleryneh .gallery-thumbs .forward span {
    background-position: 0 -106px;
    margin-left: 4px;
}
.galleryformatter-galleryneh .gallery-thumbs .back span {
    background-position:  0 -264px;
    margin-left: 4px;
}

.galleryformatter-galleryneh .gallery-thumbs .forward span:hover { background-position: 0 0; }

.galleryformatter-galleryneh .gallery-thumbs .back span:hover { background-position: 0 -158px; }
