$(document).ready( function() {
    $('#billy_scroller').billy({
	slidePause: 5000,
	customIndicators: true,
        noAnimation: false
    });
});
