/* extra space for each thumbnail due to the border */
.containerThumbnails li {
    margin: 0 0 30px 0;
}
.is_ie6 .containerThumbnails li {
    /* TODO figure out how to add height to the li */
}
/* move the image out from under the frame */
.ninepoint .outline div.border, .ninepoint .outline .media, .thumbContainer a.mediaCover {
    padding-top: 30px;
}
.containerThumbnails .ssframe .image {
    height: 190px;
}
.ssframe .ninepoint .outline .media {
    top: 30px;
}

/* row 1 */
.ninepoint em i { 
    display:none
}
.ninepoint em p { 
    background: url('http://pic.pbsrc.com/theme/border/centered/clothespin/clothespin.png') no-repeat;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.is_ie6 .ninepoint em p {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/centered/clothespin/clothespin.png',sizingMethod='crop');
}
.ninepoint em b { 
    display:none;
}


/* row 2 */
.ninepoint s {
    display:none;
}

/* row 3 */
.ninepoint u {
    display:none;
}
