/*
    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: 400px; height: 100px; position: relative; }
.anythingSlider .wrapper                { width: 400px; overflow: auto; height: 100px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; padding-left:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 100px; width: 400px; margin: 0; padding:0; }


/*
  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; }


.anythingSlider             #thumbNav                               { position: relative; top: 45px; text-align: left; height:40px;line-height:24px; }
.anythingSlider             #thumbNav a   { color: #8a8a8a; font-family: MS Sans Serif; font-size:12px; display: inline-block; width:24px; height: 24px; margin: 8px 7.5px 0 7.5px; background: url(../img/banner-button.jpg) repeat-x; text-align: center; text-decoration:none;background:#333333;color:#ffffff;font-weight:bolder; }
.anythingSlider             #thumbNav a:hover                       { color: #cc00cc; }
.anythingSlider            #thumbNav a.cur                         { color: #cc00cc;  }

.anythingSlider            #start-stop   { height:24px;line-height:24px; width:35px; position: absolute;  top: 72px;left:350px;cursor:pointer;text-decoration:none;font-weight:bolder;color:#ffffff;padding:0px 5px 0 5px }
.anythingSlider            #start-stop.playing                     {height:24px;line-height:24px; width:35px;font-weight:bolder;color:#ffffff; }
.anythingSlider  #start-stop:hover                       { }


.textContent                         { width: 625px; height: 37px; position: relative; }
.textContent .wrapper                { width: 625px; overflow: auto; height: 37px; position: absolute; top: 0; left: 0; }
.textContent .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; padding-left:0 }
.textContent ul li                   { display: block; float: left; padding: 0; height: 37px; width: 625px; margin: 0; padding:0; }



.textContent #start-stop                             { display:none; }
.textContent #start-stop.playing                     { background-color: red; display:none;}
.textContent #start-stop:hover                       { background-image: none; display:none;}


.textContent .forward                { background:url('../img/slideright.jpg') no-repeat; right: -20px; }
.textContent .back                   { background:url('../img/slideleft.jpg')no-repeat; left: -25px; }
.textContent .arrow                  { display: block; height: 10px; width: 15px;  text-indent: -9999px; position: absolute; top: 15px; cursor: pointer; }
/*
  Prevents
*/
.textContent .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.textContent .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
