

/* this is control that contains the two photo strip divs and the pager controls */
.pnlStripOuterContainer
{
    height:70px;
    padding:0px 12px;
    position:relative;
    width:600px;
}

/* this is the panel that the inner part slides in - it has a fixed cutoff width */
.pnlStripContainer
{
    height:70px;
    overflow:hidden;
    position:relative;

}

/* this is the inner panel - its width is set programmatically */
.photo_strip 
{
    /* border:1px solid indianred; */
}

.photo_strip a
{
    float:left;
    margin:0px 4px;
    width:92px;
}



.photo_strip a img
{
    border:1px solid black;
}

.ps_left_arrow
{
    background:url(http://cache.g4tv.com/images/2008/aots/buttons/ps_left_arrow.gif) no-repeat;
    height:11px;
    left:0px;
    position:absolute;
    top:36px;
    width:12px;
}

.ps_right_arrow
{
    background:url(http://cache.g4tv.com/images/2008/aots/buttons/ps_right_arrow.gif) no-repeat;
    height:11px;
    right:0px;
    position:absolute;
    top:36px;
    width:12px;
}

*html .ps_left_arrow, *html .ps_right_arrow
{
    height:1px;
}

.ps_left_arrow_off
{
    background:url(http://cache.g4tv.com/images/2008/aots/buttons/grey_arrow_left.gif) no-repeat;
}

.ps_right_arrow_off
{
    background:url(http://cache.g4tv.com/images/2008/aots/buttons/grey_arrow_right.gif) no-repeat;
}

.pnlPhotostripDesc
{
    color:#999;
    font-size:12px;
    margin-top:5px;
    text-align:center;
    width:700px;
}



















