$(document).ready(function() {
		
	$('#news').innerfade({
		speed: 'slow',
		timeout: 6000,
		type: 'sequence',
		containerheight: '215px'
	});

	$('#diap').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '180px'
	});

  $("a:has('img')").lightBox();

});