/* WT GALLERY category mode */
div.wtgallery_categories { 

        width: 170px;
        padding: 10px;
        float: left;
        margin: 5px 0;
}
div.wtgallery_category_pic {
        float: left;
}
div.wtgallery_category_pic {
        margin-right: 10px;
}
div.wtgallery_category_folder {
        margin: 20px 0 10px 0;
}
p.wtgallery_category_pagebrowser {
        display: none;
}
/* WT GALLERY list mode */
.wtgallery_listpic_pic {
        border: 1px solid white;
}
.wtgallery_listpic {
        border: 0;
        width: 112px;
        height: 122px;
        margin: 5px;
}
.wtgallery_pagebrowser_up {
        display: none;
}
/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
        loat: left;
}
.wtgallery_singlepic {
        width: 482px;
        margin-left: 50px;
        text-align: center;
}
/* wt_gallery END */


/* lightbox2 */
#prevLink, #nextLink {
        width: 49%;
        height: 100%;
        /*background: transparent url(../images/blank.gif) no-repeat;*/ /* Trick IE into showing hover */
        display: block;
}

#prevLink {
        left: 0;
        float: left;
}

#nextLink {
        right: 0;
        float: right;
}

#prevLink:hover, #prevLink:visited:hover {
        /*background: url(typo3conf/ext/kj_imagelightbox2/lightbox/images/prevlabel.gif) left 15% no-repeat; */
}

#nextLink:hover, #nextLink:visited:hover {
        /*background: url(../images/nextlabel.gif) right 15% no-repeat; */
}

#imageDataContainer {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
}

/* Ende lightbox2 */