/*
    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:761px;  height:177px;position: relative; margin: 0 auto 15px; color:white;}
.anythingSlider .wrapper2                { width: 439px; overflow: auto; height: 177px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper2 ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 177px; width: 440px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background:  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: absolute; top:86px;right: 240px;text-align: center; }
#thumbNav a                             {outline:none;  font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 11px; height: 18px; margin: 0 5px 0 0; text-align: center;  }
#thumbNav a.index1                      { background: url(../../images/1stoff.png) no-repeat;}
#thumbNav a.index1:hover                { background: url(../../images/1ston.png) no-repeat;}
#thumbNav a.index2                      { background: url(../../images/2ndoff.png) no-repeat;}
#thumbNav a.index2:hover                { background: url(../../images/2ndon.png) no-repeat;}
#thumbNav a.index3                      { background: url(../../images/3rdoff.png) no-repeat;}
#thumbNav a.index3:hover                { background: url(../../images/3rdon.png) no-repeat;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur1                        { background: url(../../images/1ston.png) no-repeat;}
#thumbNav a.cur2                        { background: url(../../images/2ndon.png) no-repeat; }
#thumbNav a.cur3                        { background: url(../../images/3rdon.png) no-repeat; }

#start-stop                             {text-decoration:none; outline:none; font-size:10px;color: white; padding: 2px 5px; width: 15px; text-align: center; position: absolute; top:86px;right: 212px; }
#start-stop.playing                     { text-decoration:none; color:white;}
#start-stop:hover                       { background-image: none; }
#start-stop a                           { text-decoration:none;}

/*
  Prevents
*/
.anythingSlider .wrapper2 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper2 ul ul li       { float: none; height: auto; width: auto; background: none; }
