/** Special gallery pages **/
div.special-gallery {
  width:392px;
  height:342px;
  position:relative;
}

div.special-gallery div.gallery-viewport {
  width:392px;
  height:262px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}

div.special-gallery div.gallery-viewport div.image-holder {
  float:left;
  width:10000px;
  position:absolute;
  z-index:0;
}

div.special-gallery div.gallery-viewport div.image-holder img {
  float:left;
}

div.special-gallery div.gallery-viewport div.scroll {
  height:262px;
  width:19px;
  position:absolute;
	line-height:262px;
	color:#fff;
	background:url(../images/prev-next-background.png);
	text-align:center;
	cursor:pointer;
	cursor:hand;
	z-index:1000;
} 

div.special-gallery div.gallery-viewport div.scroll.left {
  left:0;
	top:0;
	z-index:1;
}

div.special-gallery div.gallery-viewport div.scroll.right {
  right:0;
	top:0;
	z-index:1;
}

div.special-gallery div.gallery-viewport div.scroll.hidden {
	display:none;
}

div.special-gallery div.gallery-viewport div.scroll div.previous {
  background:url(../images/prev-arrow.gif) no-repeat 50% 50%;
  height:262px;
  width:19px;
  z-index:1000;
}

div.special-gallery div.gallery-viewport div.scroll div.next {
  background:url(../images/next-arrow.gif) no-repeat 50% 50%;
  height:262px;
  width:19px;
  z-index:1000;
}

div.special-gallery div.gallery-viewport div.scroll div.next.max-offset, div.special-gallery div.gallery-viewport div.scroll div.previous.max-offset {
  background:none;
}

div.special-gallery div.thumbs {
  width:392px;
  position:absolute;
  top:262px;
  border:solid #030303;
  border-width:2px 0;
  height:76px;
}
div.special-gallery div.thumbs div.thumb-viewport {
  height:76px;
  width:354px;
  position:relative;
  left:21px;
  overflow:hidden;
}

div.special-gallery div.thumbs div.thumb-viewport div.thumb-holder {
  position:absolute;
  width: 10000px;
}
div.special-gallery div.thumbs div.thumb-viewport div.thumb-holder img{
  border-right:2px solid #000;
  float:left;
	cursor:pointer;
	cursor:hand;
}

div.special-gallery div.thumbs div.thumbscroll {
  height:76px;
  width:21px;
  background:#515151;
  position:absolute;
}

div.special-gallery div.thumbs div.thumbscroll div.previous {
  background:url(../images/prev-arrow.gif) no-repeat 50% 50%;
  height:76px;
  width:19px;
  position:absolute;
  border-right:2px solid #000;
	cursor:pointer;
	cursor:hand;
}

div.special-gallery div.thumbs div.thumbscroll div.next {
  background:url(../images/next-arrow.gif) no-repeat 50% 50%;
  height:76px;
  width:21px;
  position:absolute;
  border-left:2px solid #000;
	cursor:pointer;
	cursor:hand;
}

div.special-gallery div.thumbs div.thumbscroll.left {
  left:0;
  top:0;
}

div.special-gallery div.thumbs div.thumbscroll.left div.previous.max-offset, div.special-gallery div.thumbs div.thumbscroll.right div.next.max-offset {
  background:none;
  cursor:default;
}

div.special-gallery div.thumbs div.thumbscroll.right {
  right:0;
  top:0;
}
