/*************************************************
**  Gallery Teaser
*************************************************/

  div.teaserGalleryWrap {
    height: 193px;
    margin-bottom: 10px;
    position: relative;
    width: 226px;
  }

  span.teaserGalleryTitle {
    background: transparent url(http://gis2.netzpepper.de/images/frontend/gallery-bg.png) no-repeat scroll top left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    left: 0;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 226px;
    z-index: 3;
  }

  div.teaserGallery {
    background: transparent url(http://gis2.netzpepper.de/images/frontend/gallery-overlay.gif) no-repeat scroll left 31px;
    border-top-width: 0;
    height: 150px;
    left: 0;
    overflow: hidden;
    padding: 38px 0 5px 13px;
    position: absolute;
    top: 0;
    width: 213px;
    z-index: 4;
  }

  div.teaserGallery div img {
    margin-right: 13px;
  }

  div.teaserGallery div a {
    display: block;
    float: left;
    height: 150px;
    width: 213px;
  }

    .teaserGallery img.leftSwitch {
      background-color: #999;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
    }

    .teaserGallery img.rightSwitch {
      background-color: #999;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
    }

