/*
    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: 680px; height: 248px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 248px; margin: 0 0px; position: absolute; top: 0; left: 0px; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 210px; list-style: none; position: absolute; top: 0; left: 0; background: ; border-top: 0px solid #787878; border-bottom: 3px solid #787878; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 248px; width: 680px; margin: 0px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 134px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 50px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -60px; }
.anythingSlider .back                   { background-position: -42px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -42px -200px; }

#thumbNav                               { position: relative; top: 230px; text-align: center; }
#thumbNav a                             { color: white; font: 10px/10px verdana, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c8120d url(../images/cellshade.png) 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; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #787878; }

#start-stop                             { background: #787878 repeat-x`fs; width:40px; text-align:center; position:absolute; right:45px; top:232px; -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; -webkit-border-bottom-left-radius:3px; font-style:normal; font-variant:normal; font-weight:normal; font-size:9px; font-family:verdana, color white, background-image; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px; background-repeat:repeat }
#start-stop.playing                     { background-color: #787878; }
#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; }