body
{
    margin: 0;
    padding: 0;
    font: 16px Helvetica, Arial, sans-serif;
}

/* Dirty Reset */
ul, ul li
{
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#container
{
    display: block;
    width: 500px;
    margin: 40px auto 0;
}

/* Indicators */
ul#billy_indicators
{
    width: 674px;
    height: 30px;
    margin: 0 0 0 0;
    background-image: url(   '../img_ca/bar.gif' );
}

ul#billy_indicators li
{
    display: block;
    border: 1px solid black;
    width: 19px;
    height: 16px;
    float: left;
    margin: 0 0 0 0;
    margin-left: 10px;
    margin-top: 6px;
    background-color: #BDBDBD;
}

ul#billy_indicators li a
{
    display: block;
    width: 19px;
    height: 16px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    text-align: center;
}

ul#billy_indicators li.active
{
    background-color: white;
}

ul#billy_indicators li.active a
{
    color: #25428D;
}


/* captions */
ul#billy_indicators li#billy_caption
{
    display: block;
    width: auto;
    border: 0;
    background-color: Transparent;
    height: 16px;
    margin: 0 0 0 0;
    margin-left: 25px;
    margin-top: 6px;
    color: White;
    font-size: 13px;
    font-weight:bold;
}

/* Carousel */
#billy_clip
{
    width: 674px;
    position: relative; /* For IE */
    overflow: hidden;
    height: 230px;
}

ul#billy_scroller
{
    width: 18000px;
    height: 230px;
}

ul#billy_scroller li
{
    width: 674px;
    height: 230px;
    float: left;
}


/* tooltip */
img.thumb
{
    display: none;
}
img.tip
{
    display: none;
    border:2px solid white;
}

