.tx-baaggallery-pi1{
    margin-top: 15px;
}

.baaggallery-page {
    overflow: hidden;
    padding-top: 5px;
    width: 690px;
    display: none;
}

.baaggallery-page.active{
    display: block;
}

.baaggallery-left{
    float: left;
    padding: 0;
    text-align: left;
    width: 320px;
}

.baaggallery-right{
    float: right;
    padding: 0 0 0 10px;
    width: 328px;
}

.baaggallery-thumbnails{
    float: left;
    height: 247px;
    margin-bottom: 15px;
    margin-left: -22px;
}

.baaggallery-teasertext, .baaggallery-thumbnails, .baaggallery-headline{
    width: 100%;
    /*    float: left;*/
}

.baaggallery-teasertext{
    height: 90px;
}

.baaggallery-image .inactive{
    display: none;
}

.baaggallery-image .active{
    display: block;
}

.baaggallery-image .image-caption{
    height: 45px;
}

.tx-baaggallery-pi1 .thmb{
    float: left;
    height: 39px;
    padding: 0 0 28px 22px;
    position:relative;
}

.thmb img, .baaggallery-image img{
    border: 3px solid #979797;
    cursor: pointer;
}
.baaggallery-image img{
    cursor: auto;
}

.thmb.active img{
    border: 3px solid #E60000;
}

.baaggallery-pagenumber{
    clear: both;
    text-align: center;
    margin-top: 15px;
    margin: auto;
}

.baaggallery-pagenumber span{
    cursor: pointer;
    color: #979797;
    text-decoration: underline;
    float: left;
    width: 20px;
}

.baaggallery-pagenumber span.active{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    cursor: auto;
}

.baaggallery-headline {
display:none;
}

.baaggallery-headline h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.baaggallery-image .image-caption{
    font-style: italic;
    margin-top: 15px;
    width: auto;
}

.baaggal-download{
background-color: #E60000;
    bottom: 11px;
    height: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 53px;
}

.baaggal-download img, .thmb.active .baaggal-download img{
    border: none;
}

.left-arrow, .right-arrow{
    float: left;
    height: 15px;
    padding-top: 2px;
    width: 20px;

}

.left-arrow.prev, .right-arrow.next{
    cursor: pointer;
}

.left-arrow{
    margin-left: -12px;
}

