/*
    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: 1050px; height: 460px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 1050px; overflow: auto; height: 460px; margin: 0px; position: absolute; top: 0; left: 0; border:1px}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 460px; width: 1050px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(imgs/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -46px; }
.anythingSlider .back                   { background-position: -67px 0; left: -46px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.anythingSliderCollection                         { width: 1050px; height: 700px; position: relative; margin: 0 auto; }
.anythingSliderCollection .wrapper                { width: 1050px; overflow: auto; height: 700px; margin: 0px; position: absolute; top: 0; left: 0; border:1px}
.anythingSliderCollection .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSliderCollection ul li                   { display: block; float: left; padding: 0; height: 700px; width: 1050px; margin: 0; }
.anythingSliderCollection .arrow                  { display: block; height: 200px; width: 67px; background: url(imgs/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 250px; cursor: pointer; }
.anythingSliderCollection .forward                { background-position: 0 0; right: -46px; }
.anythingSliderCollection .back                   { background-position: -67px 0; left: -46px; }
.anythingSliderCollection .forward:hover          { background-position: 0 -200px; }
.anythingSliderCollection .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 702px; text-align: center; display:none; }
#thumbNav a                             { color: white; font: 9px Helvetica, Sans-serif; display: inline-block; padding: 5px 7px 3px 7px; margin: 2px; background: #666; text-align: center; text-decoration:none; vertical-align:middle}
#thumbNav a:hover                       { background: black; color:white}
#thumbNav a.cur                         { background: #990000; }

#start-stop                             { background-color: #800000; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0px; bottom: 0%; text-decoration: none}
#start-stop.playing                     { background-color: #626262; text-decoration: none;}
#start-stop:hover                       { background-color: #9d9d9d; color: black; 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; }
.anythingSliderCollection .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSliderCollection .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
