/*
    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/
    760 360
    680 341
    
*/


.anythingSlider                         { width: 898px; height: 114px; position: relative; margin: 0 auto 15px; font-size:12px; font-family:arial,tahoma;}

.anythingSlider .wrapper                { width: 880px; overflow: auto; height: 114px; margin: 0 0px; position: absolute; top: 0; left: 0;background:#eaeaea; }

.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background:#eaeaea; margin: 0; }

.anythingSlider ul li                   { display: block; float: left; padding-top: 0px; height: 113px; width: 880px; margin: 0; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; 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: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 90px; float: right;padding-right: 15px; }
#thumbNav a                             { color: #636363; font: 11px/18px tahoma, Georgia, Serif; display: inline-block; padding: 0px 6px 2px 6px; height: 15px; margin: 0 5px 0 0; border:1px solid #d4d4d4; url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius: 3px; -moz-border-radiust: 3px; -webkit-border-radius: 3px; -webkit-border-radius: 3px; }

#thumbNav a:hover                       { background-image: none; background:#cccccc;color:#333333;}
#thumbNav a.cur                         { background: #005ba5; color:#ffffff; }


#start-stop                             { display:none; }
#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; }


