div.showReel
{
    position : relative;
    width : 479px;
    height : 319px;
    margin : 0 auto;
}	

img.main
{
    position : absolute;
    left : 0;
    top : 0;
    border : 1px solid #000;
}

div.thumbs
{
    position : absolute;
    right : -1px;
    top : 1px;
    border : 1px solid #000;
    border-right-width : 0;
    border-top-width : 0;
    width : 236px;
}

div.thumbs img.thumb
{
    border-right : 1px solid #000;
    float : left;
}

div.thumbs img.last
{
    border-right : 0;
}
