.teaser {
    height: 299px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .teaserCornerTop {
        width: 9px;
        height: 9px;
        position: relative;
        top: -300px;
        float: right;
        background: url('/images/teaser/teaserCornerTR.png') no-repeat;
    }

    .teaserCornerBottom {
        width: 9px;
        height: 9px;
        position: relative;
        top: -9px;
        right: -9px;
        float: right;
        background: url('/images/teaser/teaserCornerBR.png') no-repeat;
    }

    .glidecontent {
        width: 538px;
        height: 300px;
        overflow: hidden;
        float: left;
        z-index: 2;
        position: absolute;
        visibility: hidden;
        width: 695px;
    }

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 738px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

#teaser-id div.glidecontent img {
/*width: 690px;*/
float: right;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
    Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 6px;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
    Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
/*font-weight: bold;*/
text-decoration: none;
}

.glidecontenttoggler li.selected a{
    color: #00A1EC !important;
    }

    .teaserRight {
        width: 276px;
        float: right;
        position: relative;
        top: -300px;
    }

        .teaserRight ul {
            margin:0;padding:0;
            height: 300px;
            list-style-type: none;
        }

        .teaserRight li {
            height: 100px;
            width: 276px;
            background: #000 url('/images/teaser/teaserTab.png') top left repeat-x;
            margin-top: -1px;
            margin-bottom: 1px;
        }

        .glidecontenttoggler li.selected{
            background-image: url('/images/teaser/teaserTabActive.png');
            background-color: #FFF;
        }

            .teaserRight li .teaserTabArrow {
                display: none;
            }

            .teaserRight li.selected .teaserTabArrow {
                width: 21px;
                height: 39px;
                background: url('../images/teaser/teaserTabArrow.png') no-repeat;
                position: relative;
                top: -114px;
                right: 20px;
                z-index: 300;
                display: block;
            }

        .teaserRight ul a {
            display: block;
            width: 200px;
            height: 100px;
            color: #DBDBDB;
            font-size: 25px !important;
            padding-top: 46px !important;
            padding-left: 75px !important;
            text-decoration: none;
            background: url('/images/teaser/teaserLink_radioActive.png') 25px 42px no-repeat;
        }

            .teaserRight li span {
                display: block;
                font-size: 14px;
                color: #696969;
                text-shadow: #000 0 -1px;
            }

        .teaserRight ul li.selected{
            background-image: url('/images/teaser/teaserTabActive.png');
        }

            .teaserRight ul li.selected a {
                color: #00A1EC !important;
            }

            .teaserRight ul li.selected a span {
                color: #37515E;
                text-shadow: #D5D5D5 0 1px;
            }

        .teaserRight ul a:hover {
            color: #00A1EC;
        }

        .teaserRight li a.radios {background-image: url('/images/teaser/teaserLink_radio.png');}
        .teaserRight li.selected a.radios {background-image: url('/images/teaser/teaserLink_radioActive.png');}

        .teaserRight li a.podcasts {background-image: url('/images/teaser/teaserLink_podcast.png');}
        .teaserRight li.selected a.podcasts {background-image: url('/images/teaser/teaserLink_podcastActive.png');}

        .teaserRight li a.smartRadios {background-image: url('/images/teaser/teaserLink_smartRadio.png');}
        .teaserRight li.selected a.smartRadios {background-image: url('/images/teaser/teaserLink_smartRadioActive.png');}