/*
FESTIVAL GUIDER PLUG-IN
Special for site http://www.jazzglobus.com/
Created by Victor Waldberg, IWD ©2013-15
Ver.1.2.1 (Release: 28.12.2015)

CASCADE STYLE SHEET
*/

#guider {
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    overflow: hidden;
    /*height: 145px;*/
    visibility: hidden;
}

    #guider span.slide {
        float: left;
        height: 135px;
        width: 180px;
        overflow: hidden;
        color: #ffffff;
        background-color: #000000;
        font-size: 12px;
        border: solid 3px #e2d216;
        position: relative;
        display: none;
    }

    #guider a {
        text-decoration: none!important;
    }

    #guider img {
        border: none;
    }

    #guider span.title {
        height: 30px;
        width: 180px;
        overflow: hidden;
        color: #ffffff;
        background-color: #000000;
        opacity: 0;
        font: bold 12px Arial;
        position: relative;
        padding: 5px;
        display: block;
        text-align: center;
    }
