/*
    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: 579px; height: 242px; position: relative; margin:0px; border:px solid #FF0000; background-color:#FF0000;}
.anythingSlider .wrapper                { width: 579px; overflow: auto; height: 242px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0px; left: 0px; background: #eee;margin: 0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 242px; width: 579px; margin: 0px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px;text-indent: -9999px; position: absolute;}


#thumbNav                               { position: relative; top: 1px; text-align: center; left:180px; }
#thumbNav a                             { color: black; font: 11px/18px verdana; font-weight:bold; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;  background:#3e671a url(../img/bg.jpg) repeat-x; 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; }

#start-stop                             {top: 1px;}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         {  background-image:url(../img/bg_h.jpg) }
#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; }

*                                { margin: 0; padding: 0; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }
ul                                      { margin: 0px; }
ul li                                   { font: 15px Georgia, Serif; margin:0px; }