/*
    anythingSlider v1.0
    
    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: 558px; height: 240px; position: relative; margin: 0; padding: 0;}

.anythingSlider                         { font: 12px Georgia, Serif;}
.anythingSlider a, a img                { border: 0; text-decoration: none; outline: 0; padding: 0}

.anythingSlider .wrapper                { width: 558px; overflow: auto; height: 225px; margin: 0; position: absolute; top: 0; left: 0px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0px; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 225px; width: 558px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 40px; width: 5px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right:0; }
.anythingSlider .back                   { background-position: 0px 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0px; }
.anythingSlider .back:hover             { background-position: 0 0; }

#thumbNav                               { position: relative; bottom: -200px; text-align: right; }
#thumbNav a                             { color: #FFFFFF; font: 9px; Georgia, Serif; display: inline-block; padding: 2px 6px 2px 6px; height: 16px; margin: 0 5px 0 0; background: #b12041; text-align: center;  }
#thumbNav a:hover                       { background: #d16199; }
#thumbNav a.cur                         { background: #bf4472; }


#start-stop                             { background: green; padding: 2px 5px; width: 40px; text-align: center; right: 45px; top: 200px; -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; }