$(document).ready(
	function(){
		$('.imgcont').innerfade({
			animationtype: 'fade',
			speed: 5000,
			timeout: 15000,
			type: 'sequence',
			containerheight: '300'
		});
		$('.tex_a a').click(function(){
			$('#headbox').ScrollTo(1000, 'easeout');
			return false;
		});	
		$('a[@rel*=lightbox]').lightBox();
});

