/* CSS for the image-list-right layout */

.image-text-group {
    overflow:hidden;
    zoom:1;
    margin-top:10px;
}

.exhibit-item {
    float:right; 
    width: 48%;
    margin-bottom:2%;
}

.exhibit-item img {
    width:50%;
}

.exhibit-text {
    float:left;
    width: 48%;
}