/*
    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: 730px; height: 320px; position: relative; margin: 0 auto 15px; background-color:transparent; background-image:url(../images/template2010/slide_bottom.png); background-repeat:no-repeat; background-position:bottom center;}
.anythingSlider .wrapper                { width: 730px; overflow: auto; height: 341px; margin: 0; position: absolute; top: 23px; left:0;}
.anythingSlider .wrapper ul             { width: 9000px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 308px; width:755px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 27px; background: url(../images/template2010/arrows.png) no-repeat 0 0; text-indent: -9000px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -27px; }
.anythingSlider .back                   { background-position: -90px 0; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -90px -200px; }

#thumbNav                               { position: relative; top: 0; left:0; width:100%; background-color:#000;}
#thumbNav a                             { border-right:thin #999 solid;text-decoration:none; background: #000; color:#fff; display: inline-block; font-size:0.8em; padding: 6px 8px 2px 8px; height: 14px; text-align: center; }
#thumbNav a:hover                       { background-image: none; background-color:#999;}
#thumbNav a.cur                         { background-color:#333; color:#fff; font-weight:bold;}

#start-stop                             { text-decoration:none; font-weight:bold; color:#fff; text-align: right; position: absolute; right: 19px; top: 4px; font-size:0.85em;}
#start-stop.playing                     { }
#start-stop:hover                       { background-image: none; }



