About mouse / arrow / finger!

Howdy,

how do I keep the mouse from turning into the finger when rollOver is in effect… I don’t want the finger… I just want it to stay the arrow when I rollover? should be pretty simple…I can’t find any info on this…

here is the code it is going to work with…

on (rollOver) {
tellTarget ("/about_flyout") {
gotoAndPlay(“step”);
}
}

thanks for your help ahead of time…