/* line 1, sass/jquery.ad-gallery.scss */
.ad-gallery {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
/* line 5, sass/jquery.ad-gallery.scss */
.ad-gallery * {
  margin: 0;
  padding: 0;
}
/* line 8, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper {
  border: 1px groove #000000;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;


}
/* line 15, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper img {
  border: 0;
}
/* line 17, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper_height {
  height: 150px;
}

.ad-gallery .ad-image-wrapper_height_1 {
  height: 400px;
}
/* line 20, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-loader {
  border: 1px groove #000000;
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  /*border: 1px solid #e4e4e4;*/
  
}
/* line 26, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}
/* line 35, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
  /* Or else IE will hide it */
  background: url(../images/non-existing.jpg) \9;
}
/* line 46, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
  background: url(../images/non-existing.jpg) \9;
}
/* line 49, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
  background: url(../images/ad_prev.png);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}
/* line 58, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(../images/ad_prev.png);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
  background: url(../images/ad_next.png);
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
}
/* line 72, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
/* line 78, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}
/* line 80, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(../images/opa75.png);
  color: #000;
}

/* line 91, sass/jquery.ad-gallery.scss */
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
}

/* line 95, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}
/* line 97, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-controls {
  height: 30px;
}
/* line 99, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-info {
  float: left;
}
/* line 101, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-slideshow-controls {
  float: right;
}
/* line 103, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
/* line 106, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
}
/* line 108, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
  color: #b50729;
}
/* line 112, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-nav {
  width: 86%;
  margin: 0px 7%;
  position: relative;
}
/* line 116, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}

/* IE 6 doesn't like height: 100% */
/* line 124, sass/jquery.ad-gallery.scss */
* html .ad-gallery .ad-forward {
  height: 100px;
}

/* line 128, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-back {
  height: 100px;
  cursor: pointer;
  left: -20px;
  width: 13px;
  display: block;
  background: url(../images/ad_scroll_back.gif) 0px 22px no-repeat;
}
/* line 135, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: -20px;
  width: 13px;
  background: url(../images/ad_scroll_forward.gif) 0px 22px no-repeat;
}
/* line 141, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}
/* line 145, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style: none;
}
/* line 149, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 5px;
}
/* line 152, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-thumbs li a {
  display: block;
}
/* line 154, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-thumbs li a img {
  border: 3px solid #09418a;
  display: block;
}
/* line 157, sass/jquery.ad-gallery.scss */
.ad-gallery .ad-thumbs li a.ad-active img {
  border: 3px solid #09418a;
}

/* Can't do display none, since Opera won't load the images then */
/* line 162, sass/jquery.ad-gallery.scss */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/* line 167, sass/jquery.ad-gallery.scss */
#gallery {
  padding: 0px;
  background: #fff;
  width: 500px;
  height: 400px;
}

/* line 173, sass/jquery.ad-gallery.scss */
#gallery_2 {
  padding: 0px;
  background: #fff;
  width: 176px;
  line-height: 15px;
}

#gallery_3 {
  padding: 0px;
  background: #fff;
  width: 600px;
  line-height: 15px;
}
/* line 179, sass/jquery.ad-gallery.scss */
#descriptions .ad-image-description {
  position: absolute;
}
/* line 181, sass/jquery.ad-gallery.scss */
#descriptions .ad-image-description .ad-description-title {
  display: block;
}
