#boxRot
{
    width: 952px;
    height: 328px;
    background: transparent;
    position: relative;
    overflow: hidden;
    left: 9px;
    top: -3px;
    z-index: 0;
}

#boxRot .thumbstrip
{
    border-top: 2px solid #5c646a;
    border-bottom: 2px solid #5c646a;
    height: 128px;
    background: #5c646a;
    position: relative;
    top: 98px;
    z-index: 1;
}

#leftSlide{
    position: absolute;
    left: -65px;
    top: 0;
    height: 100%;
    width: 130px;
    background: none;
    z-index: 50;
}

#rightSlide{
    position: absolute;
    right: -65px;
    top: 0;
    height: 100%;
    width: 130px;
    background: none;
    z-index: 50;
}

#boxRot .thumbstrip img{
    width: 126px;
    height: 126px;
    float: left;
    margin-left: 0px;
    margin-right: 6px;
    z-index: 2;
    cursor: pointer;
}

#shade
{
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 952px;
    height: 328px;
    background: black;
    opacity: .0;
    filter: alpha(opacity=0);
    z-index: 5;
}

#runner
{
    position: absolute;
    width: 952px;
    height: 328px;
    z-index: 0;
}

#imageshow
{
    display: none;
    left: 285px;
    top: 11px;
    position: absolute;
    z-index: 100;
}

