/* slider styles */

#sliderWrap { position: relative; margin: 0px; height: 172px; }
.item { display: block; width: 586px; height: 172px; }
/*#navStuff { position: absolute; bottom: 2px; left: 6px; text-align: center; }*/
#navStuff { position: absolute; bottom: 0px; left: 0px; text-align: center; height: 22px; }
#navStuff ul { padding: 0; }
#navStuff ul li { display: inline; margin: 0; }

/*
#navStuff ul li a { padding: 0 2px; color: #999; font-size: 20px; }
#navStuff ul li a.active,#navStuff ul li a:hover { color: #fff; }
*/

#navStuff ul li a { line-height:22px; padding:3px 6px; color: #999; background: none; font-size: 14px; font-family: Helvetica,Helvetica Neue,Arial,sans-serif }
#navStuff ul li a.active { color: #fff; background: #999; }
#navStuff ul li a:hover { color: #fff; }

.clearit { clear: both; }
