$('.cycle ul').cycle({
	timeout: 0,
	random: 1
});


$('#banner>ul>li').css({
	opacity: 0
});
setTimeout(function() {
	$('#banner>ul').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 9000,
		delay:  -9000,
		random: 1
	});	
	$('#banner>ul>li').css({
		opacity: 0
	});
});


$('.jobadder-apply a').attr('target','_blank');


