$(function() {
    $('#bannerSliders').cycle({ 
    fx:     'scrollLeft',
    timeout: 0, 
    next:   '#bannerSliders', 
	next:   '#next2', 
    prev:   '#prev2',
	random: 1
	});
	
	$('#missionPics').cycle({
    fx: 'fade',
	timeout:  10000,
	pause:1,
	random:1
});
});
