/* extra space for each thumbnail due to the border */
.containerThumbnails li {
    margin: 0 28px 28px 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, .fullviewMetaDataContainer, .thumbContainer a.mediaCover  {
    padding: 14px;
}
.containerThumbnails .ssframe .image {
    height: 190px;
}
.ssframe .ninepoint .outline .media {
    top: 14px;
    left: 14px;
}

.is_ie6 .ninepoint em,
.is_ie6 .ninepoint s,
.is_ie6 .ninepoint u {
    padding-right: 28px;
}

/* row 1 */
.ninepoint em i { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm01.png');
    width: 60px;
    height: 60px;
}
.is_ie6 .ninepoint em i {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm01.png',sizingMethod='crop');
}
.ninepoint em p { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm02.png');
    height: 60px;
    margin: 0 60px;
}
.is_ie6 .ninepoint em p {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm02.png',sizingMethod='scale');
}
.ninepoint em b { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm03.png');
    width: 60px;
    height: 60px;
}
.is_ie6 .ninepoint em b {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm03.png',sizingMethod='crop');
}


/* row 2 */
.ninepoint s {
    top: 60px;
}
.ninepoint s i { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm04.png');
    width: 60px;
    bottom: 90px;
}
.is_ie6 .ninepoint s i {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm04.png',sizingMethod='scale');
}
.ninepoint s b { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm05.png');
    width: 60px;
    bottom: 90px;
}
.is_ie6 .ninepoint s b {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm05.png',sizingMethod='scale');
}

/* row 3 */
.ninepoint u {
    height: 60px;
}
.ninepoint u i { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm06.png');
    width: 60px;
    height: 60px;
}
.is_ie6 .ninepoint u i {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm06.png',sizingMethod='crop');
}
.ninepoint u p { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm07.png');
    height: 60px;
    margin: 0 60px;
}
.is_ie6 .ninepoint u p {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm07.png',sizingMethod='scale');
}
.ninepoint u b { 
    background-image: url('http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm08.png');
    width: 60px;
    height: 60px;
}
.is_ie6 .ninepoint u b {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pbsrc.com/theme/border/9slice/stack/border_photostack_sm08.png',sizingMethod='crop');
}
