@charset 'UTF-8';

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

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

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

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

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

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

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

#youtubeGallery .galleryPager ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

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

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

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

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

#youtubeGallery .youtubeGalleryContent {
    padding: 0px 6px 0px 0px;
}

#youtubeGallery .youtubeGalleryContent h1 {
    background: url(../../img/textur_gruen.png) repeat top left transparent;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Arial, sans-serif;
    line-height: 40px;
    height: 40px;
    padding: 5px 0px 7px 10px;
    margin: 0px 0px 15px 0px;
}

#youtubeGallery .galleryThumbs .galleryImageDesc {
    padding: 5px 0px 0px 0px;
}