$(document).ready(function($) {

	$('#header').jqFancyTransitions({
		width: 1000, 
		height: 179,
		delay: 6000,
		position: 'top',
		direction: 'left',
		links: true
	});

});
