$(document).ready(function() {
	$('#portfolioBanner').cycle({ 
		fx: 'scrollRight',
		speed:    500, 
    timeout:  10000,
		pause:  1
	});
});