$(function() {

	$("div.caption").animate({opacity: 0.6}, 0);
	
	$('#imagebox').cycle({ 
    fx: 'scrollLeft' 
	});
	
	
});