/*
    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: 820px; height: 400px; position: relative; margin: 0;  }
.anythingSlider .wrapper                { width: 820px; overflow: auto; height: 400px; 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; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 400px; width: 820px; margin: 0; }
.anythingSlider .wrapper ul li ul       { width: 820px; }
.anythingSlider .wrapper ul li ul li    { width: 390px; height: 177px; float: left; display: inline; position: relative; margin: 0 0 15px 0; overflow: hidden;  }
.anythingSlider .wrapper ul li ul li.tall { width: 390px; height: 400px; float: right; display: inline; position: relative; overflow: hidden; margin: 0 20px 0 20px; }
.anythingSlider .wrapper ul li ul li img         {width: 390px; height: 177px; }
.anythingSlider .wrapper ul li ul li.tall img         {width: 390px; height: 370px; }
.anythingSlider .wrapper ul li ul li h4          {background: #000; padding: 5px; position: absolute; top: 0; left: 0; z-index: 500; font-size: 16px; }
.anythingSlider .arrow                  { display: block; height:200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 88px; cursor: pointer; z-index: 1000; }
.anythingSlider .forward                { background-position: 0 0; right: 20px; }
.anythingSlider .back                   { background-position: -67px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; display: inline; }
.anythingSlider .back:hover             { background-position: -67px -200px; display: inline; }

#thumbNav                               { position: relative; top: 367px; margin: 0;   }
#thumbNav a                             { height: 5px; width: 10px; text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #000; }

#start-stop                             {display:none; }
#start-stop.playing                     {display:none;  }
#start-stop:hover                       {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; }
