/*
FESTIVAL BUBBLES PLUG-IN
Special for site http://www.jazzglobus.com/
Created by Victor Waldberg, IWD ©2013
Ver.1.0.2 (Release: 07.11.2013)

CASCADE STYLE SHEET
*/

#bubbles {
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    height: 437px;
    visibility: hidden;
}

    #bubbles span.slide {
        display: block;
        height: 117px;
        width: 175px;
        overflow: hidden;
        color: #ffffff;
        background-color: #000000;
        font: bold 12px Arial,Tahoma;
        border: solid 3px #b1ab9b;
        position: relative;
        margin: 0 0 7px;
    }

    #bubbles a {
        text-decoration: none!important;
    }

    #bubbles span.slide a > span {
        width: 175px;
        overflow: hidden;
        opacity: 0;
        position: relative;
        padding: 5px;
        text-align: center;
    }

    #bubbles span.title {
        height: 30px;
        color: #ffffff;
        background-color: #000000;
        display: block;
    }

    #bubbles span.upper {
        color: #880000;
        background-color: #ffffff;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
    }

    #bubbles span.subtitle {
        color: #000000;
        font-weight: normal;
        font-size: 12px;
        font-style: italic;
        display: none;
    }
