.slideshow {
  width: 496px;
}

.slideshow .slideshowimage {
  display: none;
}

.slideshow .frame {
  position: relative;
  width: 496px;
  height: 435px;
  background-color: #000000;
}

.slideshow .frame .fullimage {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 496px;
  height: 400px;
  margin: 0;
  padding: 0;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
}

.slideshow .frame .previous, .slideshow .frame .next {
	position: absolute;
	display: block;
	top: 0;
	width: 150px;
	height: 462px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.slideshow .frame .previous {
	left: 0;
	background-image: url(../../images/picturegallery/previous.gif);
	background-position: 15% center;
}

.slideshow .frame .next {
	right: 0;
	background-image: url(../../images/picturegallery/next.gif);
	background-position: 85% center;
}

.slideshow .frame .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 456px;
	margin: 0;
	padding: 11px 20px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	opacity: 0;
}

.slideshow .frame .title p.description {
	margin: 0;
}

.slideshow .frame .title a.download {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 21px;
	height: 21px;
	background-image: url(../../images/picturegallery/download.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.slideshow .preview {
	width: 490px;
	margin: 0;
	padding: 2px 0 6px 6px;
	overflow: hidden;
	background-color: #f5f9fa;
}

.slideshow .preview .previewimage {
  position: relative;
  float: left;
  width: 68px;
  height: 51px;
  margin: 4px 4px 0 0;
  padding: 1px;
  border: 1px solid #e4e4e5;
  background-color: #ffffff;
}

.slideshow .preview .innerpreviewimage {
  position: absolute;
  left: 1;
  top: 1;
  width: 68px;
  height: 51px;
  margin: 0;
  padding: 0;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slideshow .preview .active {
  border: 1px solid #33667c;
}