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

a {text-decoration:none;}
.anythingSlider                         { width: 364px; height: 158px; position: relative; float:left; margin:0 0 0 0; }
.anythingSlider .wrapper                { width: 369px; overflow: auto; height: 158px; margin:0 0 0 9px; position: absolute; top: 0; left: 0; background-image:url(images/testimonials.png); background-position: left top;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 10px 15px 0px 15px; width: 339px; margin:0; height: 148px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 14px;}
.anythingSlider .arrow                  { display: block; height: 20px; width: 20px; position: absolute; top: 107px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -67px 0; left: 322px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 318px; text-align: center; font-family:Arial, Helvetica, sans-serif;}
#thumbNav a                             { color: black; display: inline-block; padding: 5px 5px 2px 8px; height: 18px; margin: 0 5px 0 0; background: #999999 url(images/cellshade.png) repeat-x; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: #e0a213; color: white; padding: 2px 5px 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; visibility:hidden; }
#start-stop.playing                     { background-color: #999; }
#start-stop:hover                       { background-image: none; text-decoration: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; }
