/*
    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/
*/


#hero                         { width: 981px; height: 435px; position: relative; margin: 0; }
#hero .wrapper                { width: 981px; overflow: hidden; height: 435px; margin: 0; position: absolute; top: 0; left: 0; }
#hero .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0px;}
#hero ul li                   { display: block; float: left; padding: 0; height: 435px; width: 981px; margin: 0; }
a.arrow {display:none;}

#thumbNav     {
background:url(../UserMods/images/transparent-nav.png) repeat-x;
height:60px;width:981px;
padding-left:0px;
position:absolute;bottom:0px;
 }
#thumbNav a                             { 
display:none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }


/*
  Prevents
*/
#hero .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#hero .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


