.productimagezoom-main-image {
    position: relative;
    width: 205px;
    overflow: hidden;
}

.productimagezoomer {
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: url(../images/zoom.png);
    cursor: pointer;
}

.productimagezoom-main-image > img {
    border: 1px solid #d2d2d2;
    width: 203px;
}

.productimagezoom-gallery {
    margin-top: 20px
}

.productimagezoom-gallery > a {
    display: block;
    float: left;
    margin-right: 29px;
}

.productimagezoom-gallery > a.row-last {
    margin-right: 0;
}

.productimagezoom-gallery > a img,
.productimagezoom-gallery .jcarousel li a img {
    border: 1px solid #d2d2d2;
    width: 47px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

#zoom-links {
    display: none;
}

.zoomContainer {
    z-index: 0;
}

.zoomWindowContainer > div {
    background-color: #fff !important;
}

.productimagezoom-main-image > img,
.made-in-usa-wrapper {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.made-in-usa-wrapper {
    margin-top: 2px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/us-gsa-banner.jpg) no-repeat;
}

.gsa-approved-wrapper {
    margin-top: 2px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/gsa-approved.jpg) no-repeat;
}

/* jCarousel */
.productimagezoom-gallery .jcarousel-wrapper {
    position: relative;
}
.productimagezoom-gallery .jcarousel {
    position: relative;
    overflow: hidden;
    width: 167px;
    height: 49px;
    margin: 0 auto;
}

.productimagezoom-gallery .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.productimagezoom-gallery .jcarousel li {
    float: left;
    margin-right: 10px
}

.productimagezoom-gallery .jcarousel li a {
    display: block;
}

.productimagezoom-gallery .jcarousel-control-prev,
.productimagezoom-gallery .jcarousel-control-next {
    position: absolute;
    top: 0;
    width: 10px;
    height: 49px;
    background: url(../images/jcarousel-nav.png) 0 0 no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

.productimagezoom-gallery .jcarousel-control-prev.inactive,
.productimagezoom-gallery .jcarousel-control-next.inactive {
    background-image: url(../images/jcarousel-nav-inactive.png);
    cursor: default;
}

.productimagezoom-gallery .jcarousel-control-prev {
    left: 0;
}

.productimagezoom-gallery .jcarousel-control-next {
    background-position: -10px 0;
    right: 0;
}