/*
    anythingSlider v1.2
    
    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: 960px; height: 250px; position: relative; margin: 0 0 10px 0; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 250px; margin: 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }
.anythingSlider ul li                   { position: relative; display: block; float: left; padding: 0; height: 250px; width: 960px; margin: 0; background: url(/images/bg-slider.png) top right no-repeat; }
.anythingSlider ul li img        				{ z-index: 1; position: relative; }
.anythingSlider ul li span.title        { z-index: 10; position: absolute; font-family: Georgia, "Times New Roman", Times, serif; font-size: 32px; line-height: 37px; color: #fff; top: 145px; left: 20px; width: 600px; -moz-text-shadow: 1px 1px #000; -webkit-text-shadow: 1px 1px #000; text-shadow: 1px 1px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=140, Color='#000000'); }
.anythingSlider ul li span.subHead       { z-index: 11; position: absolute; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 18px; color: #97cfea; top: 155px; left: 670px; width: 280px; }
.anythingSlider ul li span.subHead a:hover       { color: #fff; text-decoration: none }
.anythingSlider .arrow                  { display: none; }

#thumbNav                               { position: relative; width: 310px; left: 650px; top: 30px; text-align: center; }
#thumbNav a                             { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; display: inline-block; padding: 0 7px 2px 7px; height: 18px; line-height: 20px; margin: 0 5px 0 0; background: #36a0d5; text-align: center; }
#thumbNav a:hover                       { color: #36a0d5; background: #fff; text-decoration: none; }
#thumbNav a.cur                         { background: #fff; color: #000; }

#start-stop                             { display: 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; }
