/*
    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: 250px; height: 95px; position: relative; margin: 0 0; }
.anythingSlider .wrapper                { width: 250px; overflow: auto; height: 95px; margin: 0; position: absolute; top: 0; left: 0 }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: -1px; left: 2px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 95px; width: 250px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 25px; background: url(../img/right.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 11px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -150px; }
.anythingSlider .back                   { background-position: -25px 0; left: 344px; }


#thumbNav                               { position: relative; top: 160px; 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; 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-color: white; background-image: url(../img/Play.gif); background-repeat: repeat-x; color: #9B9B9B; padding: 0px 0px 0px 0px; width: 9px; text-align: center; position: absolute; right: -48px; top: 57px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration:none; font-weight:bold; ; font-size:18px; font-family:Tahoma, Arial, Helvetica, sans-serif; height:15px }
#start-stop.playing                     { background-color: white; text-decoration:none; font-size:18px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; background-image: url(../img/puse.gif) }


/*
  Prevents
*/

