@charset "utf-8";
.galleryBlind {
  position: relative;
  overflow: hidden;
}
.galleryBlind .panel {
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-color: #FFF;
  background-repeat: no-repeat;
}
.galleryBlind .shadow-horizontal {
  background: url(../images/shadow.png) repeat-Y;
  position: absolute;
  right: 0px;
  width: 25px;
  height: 100%;
}
.galleryBlind .shadow-vertical {
  background: url(../images/shadow_v.png) repeat-x;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 25px;
}
.galleryBlind .preloader {
  background: url(../images/preloader2.gif) no-repeat;
  width: 62px;
  height: 14px;
  position: absolute;
  z-index: 15;
}
.galleryBlind .caption {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.galleryBlind .caption-background {
  background: transparent url(../images/captionBg.png);
  background: rgba(0,0,0,0.5);
	_background: #000;
	_filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
}
.galleryBlind .caption p {
  color: #FFF;
  margin: 0px;
  padding: 10px;
}
.galleryBlind .caption p a {
  color: #FFF;
}
