/*
    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: 690px; height: 250px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 690px; overflow: auto; height: 250px; margin: 0 0px 40px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 99999px; padding-left:0; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider ul li                   { positrion:relative;display: block; float: left; padding: 0; height: 197px; width: 710px; margin: 0;padding-left:0; }
.anythingSlider ul li p {float: left; padding-right: 25px;

}
.anythingSlider ul li .span-18 img {

}


.anythingSlider .arrow                  { display: block; height: 200px; width: 67px;  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: relative; top: 2530px; left: 5em; }
#thumbNav a                             { border: 1px solid #528ECA;color: #666; font: 1em/1.25em helvetica, Serif; display: inline-block; padding: 0em 0.55em; height: 18px; margin: 0 1px 0 0; background: #fff ; text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #3055A6; color: #fff; }

#start-stop                             { font-weight: bold;text-decoration: none; background-repeat: repeat-x; color: green; padding: 2px 5px; width: 40px; text-align: center; position: absolute; left: 0px; top: 253px; font-family: helvetica, calibri, arial, sans serif;font-size: 1em }
#start-stop.playing                     { color: red;font-weight: bold;text-decoration: none; }
#start-stop:hover                       { background-image: 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; }