#images {
    width               : 270px;
    margin-right        : 10px;
}

#imagescnt {
    padding-bottom      : 4px;
}

#imagescnt.withgallery {
    background-color    : #e8e8e8;
}

#currentimage {
    display         : block;
}

#images .imagegallery ul {
    border          : 1px #e3e3e3 solid;
}

#images .imagegallery li {
    border-right    : 1px #e3e3e3 solid;
    margin-right    : 0;
}


    #imagedetail,
    #imagedetail img {
        display         : block;
    }



    #imagedetail {
        position            : relative;
        width               : 270px;
        background-color    : #fff;
        padding-bottom      : 5px;
    }

    #imagedetail p {
        display         : block;
        width           : 268px;
        background      : url(../images/common/loader.gif) center center no-repeat;
        height          : auto !important;
        height          : 270px;
        min-height      : 270px;
        display         : block;
        border          : 1px #e9e9e9 solid;
    }

        #imagedetail strong {
            position        : absolute;
            top             : 0;
            left            : 0;
            z-index         : 2;
            display         : block;
        }


    #productsgallery {
        margin              : 3px 5px 0 5px;
        width               : 260px;
        height              : 66px;
    }

    #overlayergallerythumbs {
        width               : 584px;
        height              : 66px;
    }

    #productsgallery ul {
        background          : url(../images/products/order-acc-void.gif) left -1px repeat-x;
        white-space         : no-wrap;
    }

    .imagegallery ul, .imagegallery li {
        height			: 66px;
    }


        .imagegallery a,
        .imagegallery a img {
            display         : block;
        }

        #productsgallery a img { border-bottom: 1px #e3e3e3 solid;}

        #overlayergallerythumbs a:hover,
        #productsgallery a:hover     { direction: ltr;  }

        #productsgallery a:hover img { border-bottom : 1px #d12420 solid; }

        p.gallerycontrols .prev,
        p.gallerycontrols .next {
            position			: absolute;
            top					: 15px;
            display				: block;
            width				: 20px;
            height				: 34px;
            text-indent			: -9999em;
            background-image	: url(../images/buttons/bt-order-gallery.gif);
            background-repeat	: none;
            outline				: 0 none;
            -moz-outline		: none;
        }

        p.gallerycontrols .prev { left  : 0; background-position: top left; }
        p.gallerycontrols .next { right : 0; background-position: top right;  }

        p.gallerycontrols a.disabled {
           cursor           : default;
           opacity			: .5;
           filter			: alpha(opacity=50);
        }


    /*** gallery overlayer ***/

    #overlayergallery { width           : 584px; }

    #overlayergalleryzoom   {
        background      : url(../images/common/loader.gif) center center no-repeat;
        margin          : 5px auto 15px auto;
        text-align      : center;
        overflow        : hidden;
        height          : 306px;
        width           : 584px;
    }

    #overlayergallerythumbs { text-align      : center; width: 576px;}

    #overlayergallerythumbs {
        border          : 4px #e9e9e9 solid;
    }

    #overlayergallerythumbs ul li {
        margin-right    : 0;
        padding-right   : 17px;
    }


    #overlayergallerythumbs li a {
         display        : block;
         outline        : none;
         -moz-outline   : none;
         margin         : auto;
         border-bottom  : 1px #fff solid;
    }

    #overlayergallerythumbs li a:hover,
    #overlayergallerythumbs li.currentthumb a {
        border-bottom  : 1px #d12420 solid;
        *border-bottom  : 0;
    }

        #overlayergallerythumbs li img {
            *border-bottom  : 1px #fff solid;
        }

        #overlayergallerythumbs li a:hover img,
        #overlayergallerythumbs li.currentthumb img {
            *border-bottom  : 1px #d12420 solid;
        }
