(function($) {
$(window).load(function() {
$('#featured').orbit();
});
}(jQuery));
I am not familiar with jquery but as far as I can tell I should be able to add changes to the default orbit slider in the script above.
Any suggestions help will be appreciated.