﻿div#ArticleSlideshow {
    width: 614px;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}

div#ArticleSlideshow div.TopContent div.BigImageBlock {
    width: 534px;
    height: 356px;
    overflow: hidden;
    float: left;
    display: inline;
}

#EventsBigImage {
    display: block;
    width: 534px;
    height: 356px;
}
div#ArticleSlideshow div.TopContent div.ThumbnailsBlock {
    width: 75px;
    height: 350px;
    overflow: hidden;
    float: left;
    display: inline;
    background-color: #0053a0;
    padding: 6px 0 0 5px;
}
div#ArticleSlideshow div.TopContent div.ThumbnailsBlock img {
    cursor: pointer;
    width: 70px;
    height: 82px;
    margin: 0 0 6px 0;
    display: block;
}
div#ArticleSlideshow div.TopContent div.ThumbnailsBlock img.Current {
    border: 4px solid White;
    width: 62px;
    height: 74px;
}
div#ArticleSlideshow div.TopContent {
    width: 614px;
    height: auto;
    overflow: hidden;
}
div#ArticleSlideshow div.BottomContent {
    width: 604px;
    height: 79px;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    background-image: url(../images/bla_platta.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: White;
}
div#ArticleSlideshow div.BottomContent h1 {
    font-size: 18px;
}
div#ArticleSlideshow div.BottomContent a {
    color: White;
    font-weight: bold;
    text-decoration: none;
}
div#ArticleSlideshow div.BottomContent a:hover {
    text-decoration: underline;
}
div#ArticleSlideshow div.BigImageBlock img.Bow {
    position: absolute;
}
