$(document).ready(function(){$("img#rvNext").click(function(){$("ul#rvProducts").animate({marginLeft:-460},750);$(this).hide();$("img#rvPrevious").show()});$("img#rvPrevious").hide().click(function(){$("ul#rvProducts").animate({marginLeft:0},750);$(this).hide();$("img#rvNext").show()})});