.ProductLineThumbCaption 
{
    display:none;
    font-family:verdana;
    font-size:8pt;
}
#ProductLineImageBarTopContainer
{
    width:230px;
}
#ProductLineImageBarContainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 230px; /* Set to gallery width, in px or percentage */
height: 58px; /* Set to gallery height */
}

#ProductLineImageBarContainer span
{
    display: table-cell; /* For FireFox and Opera */
    display: inline-block; /* For Opera and IE */
    width: 54px;
    vertical-align:top;
    border: 1px solid #FFFFFF;
    padding: 2px;    
}
#ProductLineImageBarContainer span img
{
    padding: 2px;
    
}
#ProductLineImageContainer
{
    vertical-align:top;
}

#ProductLineImageBarContainer a:hover span
{
    border: 1px solid #AAAAAA;        
}

#statusdiv
{
    background-color: white;
    border: 1px solid gray;
    padding: 2px;
    position: absolute;
    left: -300px;
    visibility: hidden;
}

#ProductLineImageBarContainer a:hover
{
    color: red; /* Dummy definition for IE bug */
}
/**Navigation styles */
#ThumbSlider
{
    width:230px;
    margin:5px 0;
    background-color:#ccc;
    height:2px;
    position: relative;
}
#ThumbSlider #ThumbHandle
{
    width:25px;
    height:10px;
    cursor:move;
    position: absolute;top:-5px;
}


