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


ul, ol									{ padding: 0; margin: 0; }
.anythingSlider img						{ padding: 0; margin: 0; border: 0px none; width: 940px; }							

.anythingSlider                         { width: 940px; height: 340px; position: relative; margin: 0; box-shadow: 0 0 9px #000000; -moz-box-shadow: 0 0 9px #000000; -webkit-box-shadow: 0 0 9px #000;}
.anythingSlider .wrapper                { width: 940px; overflow: hidden; height: 340px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 340px; width: 940px; margin: 0; border: 0px none; }
.anythingSlider .arrow                  { display: block;  height: 40px; width: 27px; background: url(../images/arrows.png) no-repeat; text-indent: -9999px; position: absolute; top: 145px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -80px; right: -40px;}
.anythingSlider .back                   { background-position: -97px -80px; left: -49px; }
.anythingSlider .forward:hover          { background-position: 0 -280px; }
.anythingSlider .back:hover             { background-position: -97px -280px; }
.anythingSlider span          			{ background-color: transparent; bottom: 15px; font-size: 30px; font-weight: bold; line-height: 40px; margin-left: 20px; position: absolute; width: 900px; }

#thumbNav                               { display: none;position: relative; top: 342px; text-align: center; }
#thumbNav a                             { font-size: 0; display: inline-block; padding: 0; height: 21px; width: 21px; margin: 0 5px 0 0; background: url(../images/slider-button.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background: url(../images/slider-button-cur.png) repeat-x }
#thumbNav a.cur                         { background: url(../images/slider-button-cur.png) repeat-x }

#start-stop                             { display: none;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-top-right-radius: 5px; webkit-border-top-left-radius: 5px; webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { display: none; }
#start-stop:hover                       { }

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