/*
    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/
*/
*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 948px; height: 483px; position: relative; margin: 0px; border:#0c0c0c solid 6px; }
.anythingSlider .wrapper                { width: 948px; overflow: auto; height: 483px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 339px; width: 948px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 23px; width: 26px; text-indent: -9999px; position: absolute; top: 300px; z-index:9999; cursor: pointer; background-repeat:no-repeat; margin-left:895px; display:none; }
.anythingSlider .forward                { margin-left:924px; }
.anythingSlider .back                   {  }

#thumbNav                               { position: relative; top: 450px; margin-left:415px; text-align: left; float:left;}
#thumbNav a                             { color: black; display: inline-block; height: 12px; width:12px; margin: 0 5px 0 0; text-align: center; color:#FFF; background-image:url(../images/bulets.png); background-repeat:no-repeat; background-position:top; font-size:1px; }
#thumbNav a:hover                       { background-position:bottom; color:#FFF; }
#thumbNav a.cur                         { background-position:bottom; color:#FFF; }

#start-stop                             { background: green; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none;}
#start-stop.playing                     { background-color: red; }
#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; }