.posters ul {
    list-style-type: none;
    width:100%;
}

h2 {
    clear:both
}

.posters .thumb {
    display:block;
    float:left;
    margin-bottom:20px;
    height: 290px;
}

.posters .caption {
    float:left;
    width:550px;
    margin-left:10px;
    margin-bottom:20px
}

.posters .narrowcaption {
    float:left;
    width:471px;
    margin-left:10px;
    margin-bottom:20px
}

.posters .info {
    clear:both;
}

.posters img {
    margin: 5px;
    float:left
}

.showHide {
    float:right;
}