/* >> i-fekt Gallery */
    /* Übersichtsseite */
    div.ifgallery {
        margin: 5px 0;
        width: 100%;
        font-size: 11px;
    }
    div.gallery {
        margin: 5px 0;
        width: 100%;
        font-size: 11px;
    }
    div.gallery a {
        color: #000000;
        font-size: 1.3em;
        font-weight: bold;
    }
    div.gallery a:hover {
        color: #5E9AC8;
    }
    div.gallery div.cont {
        width: 100%;
    }
    div.gallery table.gTable td {
        vertical-align: top;
        padding-bottom: 5px;
        width: 33%;
    }
    div.gallery td.gallery_image div.link {
      /*  border: 1px solid #333; */
        margin: 5px auto;
        height: 130px;
        width: 130px;
        overflow: hidden;
        text-align: center;
    }
    div.gallery td.gallery_image div.link a img {
        opacity:0.7;
        filter: Gray();
        -moz-opacity:0.7;
    }
    div.gallery td.gallery_image div.link a:hover img {
        opacity: 1;
        filter: none();
        -moz-opacity: 1;
    }
    div.gallery div.medianame {
        display: none;
    }
    div.gallery div.description {
        display: none;
    }
    /* Hover Thumb in der Übersicht */
    div.gallery #trailimageid {
        position: absolute;
        visibility: hidden;
        left: 0;
        top: 0;
        height: 1px;
        z-index: 5000;
    }
    /* Detailansicht */
    div.gallery div.gallery_detail {
        position: absolute;
        width: auto;
        top: auto;
        left: auto;
        z-index: 500;
    }
    div.gallery div.gallery_detail div.cont {
        position: absolute;
        top: -300px;
        left: -100px;
        width: 650px;
        background: #000;
        border: 10px solid #fff;
        border-bottom: 0;
        z-index: 600;
    }
    * html div.gallery div.gallery_detail div.cont {
        width: 700px;
    }
.galnavback {
    float:left;
}
.galnavvor {
    float:right;
}
.ligallery {
    clear: both;
}
