#right { overflow: hidden; }
#gcontainer {
    background-color: #000;
    height: 530px;
    margin: 15px auto;
    margin-bottom: 0px !important;
    padding: 0px;
    float: left;
    overflow-y: hidden;
    z-index: 10001;
}



/* slider specific CSS */
.sliderGallery {
    position: relative;
    padding: 10px; padding-bottom: 0;
    width: 560px;
    height: 530px;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    height: 500px;
}

.sliderGallery UL LI {
    display: inline;
    padding-right: 3px;
}

.slider {
    width: 100%;
    height: 0; display: none;
    margin-top: 510px;
    margin-left: 0px;
    padding: 1px;
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    cursor: move;
    height: 15px;
    width: 20px;
    border: none !important;
    top: 0;
    left: 5px;
    background: url(/photo/images/slider.jpg) no-repeat 7px;
    z-index: 100;
}

.gallery-image-description { display: none; }
#gcontainer { margin-top: 0; }
#gcontainer img { border: 1px solid #858484; }
img.gallery-image { height: 500px; overflow: hidden; position: relative; z-index: 20000; }
