/**************************** info panel styles ************************/
.infoOverlay
    {
    position:fixed;
    top:0;
    left:0;
    background:rgba(255, 255, 255, 0.5);
    display:none;
    z-index: 99999;
    }
.infoOuter
    {
    background:#000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    border:5px solid #000;
    box-shadow:0px 3px 7px #333;
    -moz-box-shadow:0px 3px 7px #333;
    -webkit-box-shadow:0px 3px 7px #333;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    -khtml-border-radius:15px;
    position:absolute;
    z-index:999999999;
    width:300px;
    min-height:150px;
    position:fixed;
    display:none;
    color:#fff;
    padding:10px;
    padding-bottom:30px;
    }


.infoOuter .inf-header{
    position:relative;
    top:3px;
    left:0px;
    height:29px;

    font-size:18px;
    text-align:center;
    z-index:999999999;
}

.infoOuter .inf-footer{
    position:relative;
    top:27px;
    left:0px;
    font-size:16px;
    text-align:center;
    z-index:999999999;
}
