
.anythingSlider
{ 
    width: 571px; 
    height: 280px; 
    position: relative; 
    margin: 0 auto 15px;
    background-color: #FFFFFF;
    background-image: url(../images/headlinebg_left.jpg);
    background-repeat: no-repeat;
}

.anythingSlider .wrapper
{ 
    width: 571px;
    overflow: auto; 
    height: 280px; 
    margin: 0 0px; 
    position: absolute; 
    top: 0; 
    left: 0; 
}

.anythingSlider .wrapper ul
{ 
    width: 9999px; 
    list-style: none; 
    position: absolute; 
    top: 0; 
    left: -40px;
    _left: 0px;
    margin: 0; 
}

.anythingSlider ul li
{ 
    display: block; 
    float: left; 
    padding: 0;
    height: 280px; 
    width: 571px; 
    margin: 0; 
}

#thumbNav                               { position: relative; top: 280px; text-align: center; }
#thumbNav a
{ 
    color: black; 
    font: 11px/18px; 
    Georgia, Serif; 
    display: inline-block; 
    padding: 2px 8px; 
    height: 18px; 
    margin: 0 5px 0 0; 
    background: #c58b04 url(../images/cellshade.png) repeat-x;
    _background: #c58b04;
    text-align: center; 
    -moz-border-radius-bottomleft: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop
{ 
    background: green url(../images/cellshade.png) repeat-x;
    _background: green;
    color: white; 
    padding: 2px 5px; 
    width: 40px; 
    text-align: center; 
    position: absolute; 
    right: 45px; 
    top: 280px; 
    -moz-border-radius-bottomleft: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.textContent
{
    margin: 10px;
}

.textSlide
{ 
    padding: 0;
    color: #FFFFFF;
}
.textSlide h3                           { font: 20px Georgia, Serif; }
.textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
.textSlide ul li                        { display: list-item; }


/*
RIGHT SIDE
*/

.slider_right
{ 
    width: 341px; 
    height: 280px; 
    position: relative; 
    margin: 0 auto 15px; 
    background-color: #FFFFFF;
    background-image: url(../images/headlinebg_right.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.slider_right .date
{
    text-align: center;
    font-family: Verdana;
    font-size: 2em;
    font-weight: bold;
    padding-top: 10px;
}

/* Headlines */
.headline_link
{
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-top: 7px;
    background-color: #083552;
    width: 300px;
    height: 20px;
    vertical-align: middle;
}

.headline_link a
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
}