moving a servo and fading leds, a newbies prob

You won't be able to fade the LED while the servos are moving. Fading an LED requires use PWM, which you can not do while using servos. On the Duemilanove, at least.

Says so in the servo library cpp file.