/*
MAGICPIC IMAGE VIEWER PLUG-IN
Special for site http://www.irenaw.co.il/
Created by Victor Waldberg, IWD ©2015
Ver.1.2.0 (Release: 30.12.2015)

CASCADE STYLE SHEET
*/

#magicpic {
    display: block;
    overflow: hidden;
    text-align: center;
    border: solid 3px #880000;
    font: bold 13px Arial, Tahona, 'Times New Roman';
    visibility: hidden;
    background-color: #000000;
}

    #magicpic span.slide {
        background-color: #ffd800;
        display: inline-block;
        height: 135px;
        width: 180px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    #magicpic a {
        text-decoration: none !important;
        background-color: #000000;
        position: relative;
    }

    #magicpic img {
        background-color: #333333;
    }

    #magicpic span.title {
        color: #000000;
        background-color: #888888;
        position: absolute;
        display: inline-block;
        width: 100%;
    }

    #magicpic span.frame {
    }

        #magicpic span.frame span.title {
            background-color: #880000;
            color: #ffffff;
            display: block;
            line-height: 24px;
        }
