$(function() {
		   
$('#header').cycle({ 
	fx:    'fade', 
	speed:  2500,
	timeout:  6000
});
	
$('a.lightbox').lightBox();

});
