﻿#main {
  background-image: url(/Files/System/redesign2010/default/images/main_column_vr.gif);
}


#galleriffic {
  width: 454px;
  height: 600px;
  overflow: hidden;
}
#galleriffic a {
  border: 0px;
}
#galleriffic div.slideshow-container {
  position: relative;
  width: 397px;
  height: 268px;
  float: left;
  background: url(/Files/System/redesign2010/default/images/gallery/gallery_border.gif) no-repeat center center;
}

#galleriffic div.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 397px;
  height: 268px;
  background: url(css/loader.gif) no-repeat center center;
}

#galleriffic div.slideshow span.image-wrapper {
  width: 379px;
  height: 252px;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

#galleriffic div.slideshow span.image-wrapper a.advance-link {
  width: 379px;
  height: 250px;
  display: block;
  text-decoration: none;
}

#galleriffic div.slideshow span.image-wrapper a.advance-link img {
  width: auto;
  height: 250px;
  display: block;
  margin: 0px auto;
}
#galleriffic a.prevImage, a.nextImage { 
  display: block;
  width: 28px;
  height: 268px;
  background: url(/Files/System/redesign2010/default/images/gallery/gallery_image_arrows.gif) no-repeat;
  float: left;
}
#galleriffic a.prevImage { 
  background-position: left center;
}
#galleriffic a.nextImage { 
  background-position: right center;
}
#galleriffic div.caption-container {
  display: none;
}

#galleriffic span.image-caption {
  display: block;
  background: red;

}

#galleriffic div.caption-container, span.image-caption {
  width: 334px;
}


#galleriffic div.caption {
  padding: 0 12px;
}
#galleriffic div.photo-index {
  padding: 0 12px;
  background: green;
}

#galleriffic div.navigation {
  width: 454px;
  height: 46px;
  padding-top: 10px;
  overflow: hidden;
  clear: both;
}
#galleriffic div.navigation a.prevPage, div.navigation a.nextPage {
  display: block;
  float: left;
  margin: 0px 1px;
  width: 16px;
  height: 46px;
  background: #EEEEEE url(/Files/System/redesign2010/default/images/gallery/gallery_page_arrows.gif) no-repeat;
  visibility: hidden;
}
div.navigation a.prevPage {
  margin-left: 0px;
  background-position: 0px 0px;
}
div.navigation a.nextPage {
  margin-right: 0px;
  background-position: -17px 0px;
}
#galleriffic ul.thumbs {
  margin: 0;
  padding: 0;
}

#galleriffic ul.thumbs li {
  float: left;
  padding: 0;
  margin: 0px 1px;
  list-style: none;
}

#galleriffic a.thumb {
  width: 58px;
  height: 46px;
  overflow: hidden;
  display: block;
}

#galleriffic ul.thumbs img {
  width: 58px;
  height: 46px;
  display: block;
}

