/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.ui-dialog{

}
div.toutes_references {
    float        : right;
    margin-right : 175px;
    margin-top   : -30px;
}
div.toutes_references a {
    position        : absolute;
    color           : #006EB3;
    text-decoration : none;
    font-size       : 10px;
    font-weight     : bold;
}
#mycarousel h3 {
    font-size:18px;
    margin-top:5px;
    padding:0px 5px 0px 5px;
}

#mycarousel p.desc {
    color:#A0A0A0;
    margin:0px;
    text-align:left;
    font-size:11px;
    padding-right:10px;
    height:70px;
}

#mycarousel img, .dialog img {
    float:left;
    margin-top:5px;
    margin-right:30px;
}



#mycarousel img {
    height:91px;
    width: 110px;
}


.jcarousel-clip {
    height:321px !important;
    z-index: 2;
    margin-bottom:5px;
    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 {
    list-style : none;
    border     : 1px solid #9F9F9F;
    height     : 100px;
    width      : 630px;
    float      : left;
    margin     : 0;
}

/**
 * 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;
}
