                /*        mediaboxAdvanced Light theme        */
                /*        version 2.6 - June 2011                        */
                /*        for mediaboxAdvanced v.1.5.x        */

                /*        Overlay background styling        */

#mbOverlay {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
}

                /*        Fixes for older or limited browsers        */

#mbOverlay.mbOverlayOpaque {
        background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
        position: absolute;
}

#mbOverlay.mbMobile {
        position: absolute;
        background-color: transparent;
}

#mbBottom.mbMobile {
        line-height: 24px;
        font-size: 16px;
}

                /*        Overlay panel styling        */

#mbCenter {
        position: absolute;
        z-index: 9999;
        left: 50%;
        overflow: visible;
        background: rgb(0, 0, 0) url(/tl_files/volxmusik/backgrounds/volXmusik-Logo_watermark.png) no-repeat center;

        /*-webkit-border-top-left-radius: 40px;
        -webkit-border-bottom-right-radius: 40px;

        -khtml-border-radius-topleft: 40px;
        -khtml-border-radius-bottomright: 40px;

        -moz-border-radius-bottomright: 40px;
        -moz-border-radius-topleft: 40px;*/


        -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
        box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}

#mbCenter.mbLoading {
                background: transparent;
        /*background: rgba(134, 180, 4, .5) url(../images/loading.gif) no-repeat center; */
        /*background: rgb(253, 255, 242) url(/tl_files/volxmusik/backgrounds/volXmusik-Logo_watermark.png) no-repeat center; */
        /* background: transparent url(../images/loading.gif) no-repeat center; */
                /*        This style is applied only during animation.        */
                /*        For example, the next lines turn off shadows        */
                /*        improving browser performance on slow systems.        */
                /*        To leave shadows on, just remove the following:        */
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

#mbImage {
        position: relative;
        left: 0;
        top: 0;

                /*        Inline content styling        */

        font-family: Arial, Helvetica, sans-serif;
        line-height: 130%;
        font-size: 9pt;
        color: #000;
        text-align: left;
        background-position: center center;
        background-repeat: no-repeat;
        /* padding: 20px 20px 2px; */
}

@mbImage img {
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

#mbAudio {
        padding: 0 0 2px;
        background-color: #000;
}

                /*        Title, Caption and Button styling        */

#mbBottom {
        text-align: left;
/*        border-top: 1px solid #888; */
        background: #000;
        padding: 5px 15px 5px 15px;
        min-height: 36px;
            margin: 0;
       /* margin-left: 0px; */
       /* margin-right: -50px; */
}

#mbTitle {
        display: block;
        color: #FFF;
        font-weight: 500;
        font-size: 20px;
        line-height: 42px;
}

#mbNumber {
        display: block;
        color: #FFF;
        line-height: 42px;
        position:absolute;
        right: 120px;
        bottom: 9px;
        text-align:right;
        font-size: 12pt;
}

#mbCaption {
        color: #445569;
        line-height: 140%;
        padding-top:5px;
        padding-bottom: 5px;
}
#mbCaption:empty {
        padding-top:0px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
        float: right;
        outline: none;
        margin: 0 0 0 10px;
        font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
        color: #333;
        font-weight: 500;
        text-decoration: none;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
        color: #333;
        font-size: 1.4em;
/*        line-height: 0.9em;*/
        font-weight: 500;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {        /* Thanks to Danny Jung for feedback and corrections */
        text-decoration: none;
        border-bottom: 0;
        color: #333;
}

#mbBottom a:hover, #mbBottom a:active {
        text-decoration: none;
        color: #000;
}

#mbPrevLink, #mbNextLink {
        display: block;
        float: right;
        height: 42px;
        width: 48px;
        outline: none;
        padding-bottom:0px;
        line-height: 0.1px;
        font-size: 0.1px;
        color: transparent;
        margin-left: 0px;
}

#mbPrevLink {
        background: transparent url(../images/SMRleft.png) no-repeat center;
}

#mbNextLink {
        background: transparent url(../images/SMRright.png) no-repeat center;
}

#mbCloseLink {
        display:block;
        outline:none;
        width: 48px;
        height:46px;
        position:absolute;
        top:5px;
        right:14px;
        background: transparent url(../images/SMRclose_op75.png) no-repeat top right;
        line-height: 0.1px;
        font-size: 0.1px;
        color: transparent;
}

#mbCenter:hover #mbCloseLink {
        background: transparent url(../images/SMRclose.png) no-repeat top right;
}
                /*        Error message styling        */

#mbError {
        position: relative;
        font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        border: 10px solid #700;
        padding: 10px 10px 10px;
        margin: 20px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
        color: #d00;
        font-weight: 500;
        text-decoration: underline;
}