#MAIN #CONTAINER #AUTO_CONTENT{
    display:block;
    background:url('../imgs/bkg_minisite_box.gif') repeat-x bottom #FFFFFF;
    border:1px solid #98999e;
}

.tx-rgsmoothgallery-pi1 {
  background: url('../imgs/smooth-loading.gif') center center no-repeat;
}

.myGallery
{
    width: 514px;
    height: 386px;
    z-index:5;
    display: none;
    border: 0;
}

.jdGallery {
    overflow: visible;
    border: 0;
}

    .jdGallery .loadingElement
    {
        background-color: #FFFFFF;
        border:0; 
        background-image: url('../imgs/smooth-loading.gif');
    }

    .jdGallery .slideElement {
        height:386px;
        background-color:#FFFFFF;
    }

    .jdGallery div.carouselContainer {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 300px;
        width: 514px;
    }

    .jdGallery .carousel {
        background: #FFFFFF;
    }
       
    .jdGallery .carouselBtn {
        display: none;
    }

    .jdGallery .carousel .carouselWrapper {
        height: 90px;
    }

    .jdGallery .carousel .carouselInner .thumbnail {
        border: 1px solid #8D8985;
        padding: 2px;
        margin-left: 5px !important;
        background: #FFFFFF;
    }

    .jdGallery .carousel .label {
        display:none;
    }

    .jdGallery .carousel .label .number{
       display:none;
    }

    .jdGallery a.left
    {
        left: 0;
        top: 0;
        background: url('../imgs/ico_left.png') no-repeat center left;
    }

        * html .jdGallery a.left {
            background: none;
            top:45%;
            left:7px;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=/typo3conf/ext/hpo_rgsmoothgallery/imgs/ico_left.png');    
        }

    .jdGallery a.right
    {
        right: 7px;
        top: 0;
        background: url('../imgs/ico_right.png') no-repeat center right;
    }

        * html .jdGallery a.right {
            width:26px;
            right:7px;
            background: none;
            top:45%;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=/typo3conf/ext/hpo_rgsmoothgallery/imgs/ico_right.png');    
        }

    * html .jdGallery a.open { 
        height:386px;
    }
        .jdGallery a.open:hover { 
            background: url('../imgs/smooth-zoom.png') no-repeat center center;
        }
            * html .jdGallery a.open:hover { 
                background: url('../imgs/smooth-zoom.gif') no-repeat center center;
                height:386px;
            }
    
/* *********************************
                ZOOM
************************************ */
    a#rglbPrevLink:hover {
        background: url('../imgs/smooth-arrow-left.png') no-repeat left center;
        _background: url('../imgs/smooth-arrow-left.gif') no-repeat left center;
    }
    a#rglbNextLink:hover {
        background: url('../imgs/smooth-arrow-right.png') no-repeat right center;
        _background: url('../imgs/smooth-arrow-right.gif') no-repeat right center;
    }
    a#rglbCloseLink {
        background: url('../imgs/smooth-close.gif');
        _background: url('../imgs/smooth-close.gif');
    }

/* THUMB */
#externalthumbs {
    font-size:1px;
}
#externalthumbs .thumbnail {
    float:left;
    padding:2px;
    background:#000000;
    border:1px solid #8d8985;
    margin:6px;
    margin-left:0;
}
    #externalthumbs .label {
        display:none;
    }
