/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 75px;
}

.jcarousel-list li .imagen { width:90px; height:144px; text-align:center; }

.jcarousel-list li .imagen img{ border:0px; padding:5px;  }
.jcarousel-list li .texte { width:96px; height:40px; text-align:center; padding-top:10px; }
.jcarousel-list li .texte h1 a{ color:#444444; font-size:10px; font-weight:bolder; text-transform:uppercase; padding-bottom:6px; text-decoration:none;  }
.jcarousel-list li .texte h1 a:hover{ color:#FF0000; text-decoration:underline;}
.jcarousel-list li .texte h2{ color:#fe0000; font-size:16px; font-weight:bolder; text-transform:none;  }
.jcarousel-list li .texte h3 { padding:10px 0 6px 0; }
.jcarousel-list li .texte h3 img{ border:0px; }
.jcarousel-list li .texte p a{ color:#222222; font-size:11px; font-weight:bolder; text-decoration:none; background-image:url(../images/menu_liback.gif); background-repeat:no-repeat; background-position:0px 5px; padding-left:10px; }

.jcarousel-list li .preu { width:96px; height:26px; padding-bottom:8px; text-align:center;}
.jcarousel-list li .preu h2 { color:#fe0000; font-size:14px; font-weight:bolder; text-transform:none; padding-top:6px;  }
.jcarousel-list li .comprar { width:96px; height:28px; padding-bottom:4px;  text-align:center;   }
.jcarousel-list li .comprar img{ border:0px; }





/**
 * 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".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

