$(document).ready(function(){
$("#show").showcase({
animation: { autoCycle: true,
                     stopOnHover: true,
                     interval: 4000,
                     speed: 500,
                     easefunction: "swing",
                     type: "horizontal-slider" },
titleBar: { enabled: false }
}); 
});
