$(document).ready(function(){   
	
	$(document).pngFix();
	
	$('#imagechanger').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '188px'
	});
	
	$(".fancybox").fancybox();
		$(".fancyframe").fancybox({
		'zoomSpeedIn': 0, 
		'zoomSpeedOut': 0, 
		'overlayShow': true ,
		'frameWidth': 480,
		'frameHeight': 380
	});	

	$(".newsticker-jcarousellite").jCarouselLite({  
		vertical: true,
		visible: 3,
		auto: 2000,
		speed: 2000  
	}); 
	
});

