/*
    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: 254px; padding: 0 10px; position: relative; margin: 0 auto; background: url("../img/backgrounds/slider.png") ;}
.anythingSlider .wrapper                { width: 629px; overflow: auto; height: 254px; margin: 0; position: absolute; top: 0; left: 311px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 254px; width: 629px; margin: 0; }
.anythingSlider .wrapper span			{ background-position: 0 -92px; color: #fff; padding: 0 20px; position: absolute; font-size: 16px; margin-top: 214px; width: 589px; height: 40px; line-height: 40px; text-align: center; }
.anythingSlider .wrapper span a			{ color: #fff }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; visibility: hidden }
.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: 0px; width: 250px; }
#thumbNav a                             { background: url("../img/backgrounds/elements.png") no-repeat -638px -168px; color: #002c52; display: block; font-size: 18px; height: 84px; line-height: 84px; margin: 0 0 1px 0; width: 250px; text-transform: uppercase; padding: 0 0 0 70px; font-weight: bold; letter-spacing: 1px; text-shadow: #9dbfdc 0 1px 0; }
#thumbNav a:hover                       { background-position: -638px -252px; text-decoration: none; color: #fff; text-shadow: #001a3e 0 1px 0; }
#thumbNav a.cur                         { background-position: -638px -336px; color: #fff; text-shadow: #001a3e 0 1px 0; }

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