/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */


#homeProductsMain div .jcarousel-container {
    position: relative;
    width: 122px;
    height:136px;
}

#homeProductsMain div#prodPanel4 .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:122px;
    height:110px;
    margin-top:13px;
}

#homeProductsMain div .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#homeProductsMain div .jcarousel-list li,
#homeProductsMain div .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 122px;
    height: 110px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#homeProductsMain div .jcarousel-next {
    z-index: 3;
    display: none;
    background-image: url(/images/home/2009/carousel_down.jpg);
    width:122px;
    height:13px;
    position:absolute;
    bottom:0;
    left:0;
}

#homeProductsMain div .jcarousel-prev {
    z-index: 3;
    display: none;
    background-image: url(/images/home/2009/carousel_up.jpg);
    width:122px;
    height:13px;
    position:absolute;
    top:0;
    left:0;
}
#homeProductsMain div .jcarousel-prev:hover, #homeProductsMain div .jcarousel-next:hover,
homeProductsMain div .jcarousel-prev.over, #homeProductsMain div .jcarousel-next.over { cursor: pointer;}
