.anythingSlider                         { width: 960px; height: 480px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 480px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0px; padding: 0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 480px; width: 960px; margin: 0px; }
.anythingSlider .prevArrow,.nextArrow   { position: absolute; top: 390px; }
.anythingSlider .prevArrow              { left: 10px; }
.anythingSlider .nextArrow              { left: 910px; }
.anythingSlider .message                { position: absolute; top: 412px; left: 720px; font-weight: bold; color: #FFFFFF; font-style: italic; font-family: Verdana, Arial, Helvetica; font-size: 14px; }

/*.anythingSlider a, a img              { border: 0; text-decoration: none; outline: 0; }
 * */
.anythingSlider a                       { border: 0; text-decoration: none; outline: 0; }

#thumbNav                               { position: relative; left: 170px; top: 480px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #077B00 url(images/slideshow/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #48B30B; }

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