/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 932px; height: 257px; position: relative; }
.anythingSlider .wrapper                { width: 932px; overflow: auto; height: 257px; margin: 0 40px; position: absolute; top: 0; left: 0; }

.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 257px; width: 932px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 45px; width: 67px; background: url(images/agenda_red_right.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 105px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -78px; }
.anythingSlider .back                   { left: -40px; background: url(images/agenda_red_left.png) no-repeat 0 0; }

#thumbNav                               { position: absolute; top: 219px; left: 6px; text-align: center; z-index: 300; }
#thumbNav a                             { color: white; font: 11px; display: inline-block; padding: 3px 8px; margin: 0 5px 0 0; text-align: center; background-color: black; text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #DA251C; }

#start-stop                             { display: none; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

.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; }

