/* slider styles */

#sliderWrap { position: absolute; margin: 0px; height: 193px; width: 764px; overflow: hidden; }
.item { display: block; width: 764px; height: 193px; }
#navStuff { position: absolute; bottom: 0px; left: 0px; text-align: center; height: 22px; }
#navStuff ul { padding: 0; margin: 0px; }
#navStuff ul li { display: inline; margin: 0; }
#navStuff ul li a { line-height:22px; padding:3px 6px; color: #fff; background: none; font-size: 14px; font-family: Helvetica,Helvetica Neue,Arial,sans-serif }
#navStuff ul li a.active { color: #fff; background: #006797; }
/*#navStuff ul li a:hover { color: #fff; }*/
.clearit { clear: both; }