(function($){

	$(document).ready(function() {

	$(".home_header").cycle({
	
		fx:		'custom',
		cssBefore: { top: 320 },
		animIn: { top:0 },
		animOut: {top:-320 },
		speed: 	1000,
		timeout: 10000
	
	});


	});
})(this.jQuery);
