
.anythingSlider                         { width: 750px; height: 310px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 750px; overflow: auto; height: 310px; margin: 0 0px; position: absolute; top: 0; left: 0; min-height: 310px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #FFFFFF; border-top: 0px solid #FFFFFF; border-bottom: 0px solid #FFFFFF; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 310px; width: 750px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px;}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: absolute; top: 285px; right: 10px; text-align: right; }
#thumbNav a                             { color: white; font: 11px/18px Arial, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 3px 0 0; background: #808082 url(../images/zellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #70c82f; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: ; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }