.gs-gallery {
  width: 600px;
}
.gs-gallery, .gs-gallery * {
  margin: 0;
  padding: 0;
}
  .gs-gallery .gs-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
    .gs-gallery .gs-image-wrapper .gs-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .gs-gallery .gs-image-wrapper .gs-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .gs-gallery .gs-image-wrapper .gs-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .gs-gallery .gs-image-wrapper .gs-prev, .gs-gallery .gs-image-wrapper .gs-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .gs-gallery .gs-image-wrapper .gs-prev .gs-prev-image, .gs-gallery .gs-image-wrapper .gs-next .gs-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .gs-gallery .gs-image-wrapper .gs-next .gs-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .gs-gallery .gs-image-wrapper .gs-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .gs-gallery .gs-image-wrapper .gs-image .gs-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px 7px 7px 15px;
        font-size: 1em;
	text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #006b21;
      }
      * html .gs-gallery .gs-image-wrapper .gs-image .gs-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .gs-gallery .gs-image-wrapper .gs-image .gs-image-description .gs-description-title {
          display: block;
        }
  .gs-gallery .gs-controls {
    height: 20px;
  }
    .gs-gallery .gs-info {
      	font-size: 0.9em;
        padding-left: 30px;
	float: left;
    }
    .gs-gallery .gs-slideshow-controls {
        padding-right: 30px;
	float: right;
    }
      .gs-gallery .gs-slideshow-controls .gs-slideshow-start, .gs-gallery .gs-slideshow-controls .gs-slideshow-stop {
        padding-left: 10px;
        cursor: pointer;
      	font-size: 0.9em;
      }
      .gs-gallery .gs-slideshow-controls .gs-slideshow-countdown {
        padding-left: 10px;
      	font-size: 0.9em;
	color: #7fb590;
      }
    .gs-gallery .gs-slideshow-running .gs-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .gs-gallery .gs-nav {
    width: 100%;
    position: relative;
  }
    .gs-gallery .gs-forward, .gs-gallery .gs-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .gs-gallery .gs-forward, .gs-gallery .gs-back {
      height: 100px;
    }
    .gs-gallery .gs-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .gs-gallery .gs-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .gs-gallery .gs-nav .gs-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .gs-gallery .gs-thumbs .gs-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
	  
	  .gs-gallery .gs-thumbs ul {
        list-style-type: none;
		display: block;
		}
		
        .gs-gallery .gs-thumbs li {
		float: left;
        padding-right: 5px;
        }
		
            .gs-gallery .gs-thumbs li a img {
              border: 3px solid #7fb590;
            }
			
            .gs-gallery .gs-thumbs li a.gs-active img {
              border: 3px solid #d0a74e;
            }
			
/* Can't do display none, since Opera won't load the images then */
.gs-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}