@charset 'UTF-8';

#ImageGallery .galleryThumbs {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

#ImageGallery .galleryThumbs li {
    list-style-type: none;
    float: left;
    width: 215px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    text-align: center;
}

#ImageGallery .galleryThumbs li .galleryImage {
    overflow: hidden;
    padding: 5px 0px 0px 0px;
    border: 1px dashed #AB161C;
}

#ImageGallery .galleryThumbs li .galleryImage img {
    cursor: pointer;
}

#ImageGallery .galleryThumbs li.last {
    margin: 0px;
}

#ImageGallery .galleryThumbs li a {
    display: block;
}

#ImageGallery .galleryLocator .galleryPager {
    float: right;
}

#ImageGallery .galleryPager ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#ImageGallery  h1 {
    background: url("../../img/textur_gruen.png") repeat scroll left top transparent;
    color: #FFFFFF;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 5px 0 7px 10px;
}

#ImageGallery .galleryPager ul li {
    list-style-type: none;
    float: left;
}

#ImageGallery .galleryPager ul li a:link,
.galleryPager ul li a:visited,
.galleryPager ul li a:active,
.galleryPager ul li a:hover {
    color: #000000;
    display: block;
    padding: 5px;
}

#ImageGallery .galleryPager ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}

#ImageGallery .galleryPager ul li a.active:link,
#ImageGallery .galleryPager ul li a.active:visited,
#ImageGallery .galleryPager ul li a.active:active,
#ImageGallery .galleryPager ul li a.active:hover {
    font-weight: bold;
    text-decoration: underline;
}

#ImageGallery .galleryPager ul li.sepperator {
    padding: 8px 0px 0px 0px;
}

.simple_overlay.gallery {
    width: auto;
}

/** SIMPLE OVERLAY **/

.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
 
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../../img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* styling for elements inside overlay */
  .simple_overlay .details {
  font-size:11px;
  color:#AB161C;
  display: none;
  }
 
  .simple_overlay .details h3 {
  color:#aba;
  font-size:15px;
  }