div.gallery {
    padding: 0 10px;
}

div.gallery hr.space {
    margin-bottom: 10px;
}

div.gallery div.image {
    background: url(../images/image-label-background.gif) no-repeat center bottom;
    width: 200px;
}

div.image div.image-wrapper {
    border: solid #e3e3e3;
    border-width: 1px 1px 0 1px;
    height: 135px;
    padding: 10px 0;
    text-align: center;
}

div.image div.image-infos {
    line-height: 1.5em;
    padding-bottom: 8px;
    text-align: center;
}

div.image span.title {
    white-space: nowrap;
}

div.gallery .gallery-1 {
    float: left;
    width: 200px;
}

div.gallery .gallery-2 {
    float: left;
    margin-left: 5px;
    width: 200px;
}

div.gallery .gallery-3 {
    float: left;
    margin-left: 5px;
    width: 200px;
}

