#imagecontainer img{
    position: relative;
}

#imagecontainer{
    width: 800px;
    height: 257px;
    overflow: hidden;
    background: black;
}

.selected{
    font-weight: bold;
}

.right, .left, .selected{
    width: 140px;
    text-align: center;
    overflow: hidden;
}

#content p.produit{
    margin-left: 170px;
}

#content p.produits{
    margin-left: 10px;
}

#content .image{
    float: left;
    width: 160px;
    height: 170px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 12px;
}

#content .image img, #content .images img{
    border: 0;
    border-bottom: 10px solid #fff;
}

#content .image a img, #content .images a img{
    padding-bottom: 5px;
    border-bottom: 5px solid #555;
}

#content .images{
    width: 520px;
    height: 190px;
    overflow: auto;
    margin-left: 40px;
    white-space: nowrap; 
}

#content .images img{
    margin-left: 20px;
}

#content .gp{
    clear: left;
}