/*slider css*/
.featureSlide                         { width: 900px; height: 300px; position: relative; margin: 0 auto; }
.featureSlide .wrapper                { width: 900px; overflow: auto; height: 250px; margin: 0; position: absolute; top: 0; left: 0; }
.featureSlide .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.featureSlide ul li                   { display: block; float: left; padding: 0; height: 250px; width: 900px; margin: 0; }

#thumbNav                               { position: relative; top: 250px; float: right;}
#thumbNav a                             { display: block; text-indent: -9999px; float: left; width: 10px; height: 30px; margin: 0 0 0 20px; background: url(../images/slide-off.png) center no-repeat;}
#thumbNav a:hover                       { background: url(../images/slide-on.png) center no-repeat;}
#thumbNav a.cur                         { background: url(../images/slide-on.png) center no-repeat;}

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


