.anythingSlider                         { width: 931px; height: 324px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 931px; overflow: auto; height: 324px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 324px; width: 931px; margin: 0; }

#thumbNav                               { position: relative; top: 293px; text-align: right; }
#thumbNav a                             { color: #fff; text-decoration:none; font-size: 10px; display: inline-block; padding: 4px 8px 4px 8px;  margin: 0 2px 0 0; background: #3a6481; text-align: center; line-height:1em; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #223d50; }



/*
  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; }

