/*
    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: 1020px; height: 420px; position: relative;  margin: 0; padding: 0; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 378px; margin: 0 30px; padding:0;position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider ul li                   { width: 960px; height: 378px; display: block; float: left; padding: 0; margin: 0; }

.anythingSlider .arrow, .anythingSlider .forward, .anythingSlider .back                {display:none;}


#thumbNav                               { position: relative; top: 378px; padding: 18px 0; text-align: center; font-size:0; background:url(../images/bkg.slider.nav.png) top center no-repeat;}
#thumbNav a                             {  display: inline-block; padding: 0; width:10px;height:10px; margin: 0; background: url(../images/dot.off.png) center center no-repeat; color: #585858; }
#thumbNav a:hover                       {background: url(../images/dot.on.png) center center no-repeat; color:#585858; }
#thumbNav a.cur                         { background: url(../images/dot.on.png) center center no-repeat; color:#585858;}

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

/*
    This stuff is for the TitleBlock Plugin
*/
#story-rotator .image                                  { position: relative; margin-bottom: 20px; width: 100%; }
#story-rotator .image h2                               { position: absolute; top:220px; left: 25px; width: 100%; text-transform:uppercase; margin:0;padding:0;font-size: 47px; color:#eea605; text-shadow: #333 1px 1px;}
#story-rotator .image h2 span div					   { font-size: 17px; color:#fff;  text-shadow: #333 1px 1px; width:650px;}
