/*
    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: 930px; height: 334px; position: relative; padding:4px; border:#cbcbcb solid 1px; margin:10px 0px 0px 0px; }
.anythingSlider .wrapper                { width: 930px; overflow: auto; height: 334px; margin: 0px; position: absolute; top: 4px; left: 4px; }
.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: 334px; width: 930px; margin: 0; }
.anythingSlider .arrow                  { display: block; text-indent: -9999px; position: absolute; top: 308px; margin-left:0px; cursor: pointer; height:16px; width:15px; background-image:url(../images/arrows.png); background-repeat:no-repeat; }
.anythingSlider .back                { background-position:0px 0px; margin-left:15px; }
.anythingSlider .back:hover          { background-position:0px -16px;}
.anythingSlider .forward                   { background-position:-15px 0px; margin-left:35px; }
.anythingSlider .forward:hover             { background-position:-15px -16px; }

#thumbNav                               { position: relative; top: 304px; margin-left:57px;}
#thumbNav a                             { color: black; display: inline-block; padding: 1px 4px 3px 4px; height: 12px; margin: 0 5px 0 0; background-color: #515053; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #fff; color:#424242; }

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