Try
Code:
//Slider Animation
$(".image_reel").fadeOut("slow");
and perhaps change slideDown() to fadeIn("slow").
But the feature you are using calls a
rotate() function. Perhaps it contains an alternative function? Otherwise, you would probably need to replace it with an alternative slider plug-in.