/*
    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: 622px; height: 222px; position: relative; margin: 0 auto 30px auto; }
.anythingSlider .wrapper                { width: 622px; overflow: auto; height: 222px;  position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 222px; width: 622px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 165px; cursor: pointer; }
.anythingSlider .forward                { display: none; background-position: 0 0; right: -20px; }
.anythingSlider .back                   { display: none; background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { display: none; background-position: 0 -200px; }
.anythingSlider .back:hover             { display: none; background-position: -67px -200px; }

#thumbNav                               {  display: none; position: relative; top: 30px; text-align: right; padding-right: 30px; }
#thumbNav a                             { display: none; color: #fff; font-size: 10px; display: inline-block; text-decoration: none; background-image:url(../../../images/black85.png); padding: 0px 10px; height: 12px; overflow: hidden; color: #666;  margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { }
#thumbNav a.cur                         { display: none; background: #fff; color: #303030; }
#thumbNav a span                        { display: none; }

#start-stop                             { display: none !important; color #fff;}
#start-stop.playing                     { display: none; background-color: red; }
#start-stop:hover                       { }

/*
  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; }
