$(function() {
    $(".anyClass1").jCarouselLite({
    	auto: 2000,
    	speed: 800,
        visible: 6.5,
        scroll: 1,
		easing: "easeInOutQuad",
		mouseWheel: true,
		circular: true
    });
}); 
$(document).ready(
		function(){
			$('ul#animated-panorama').animatedinnerfade({
			speed: 4000,
			timeout: 15000,
			type: 'sequence',
			containerheight: '232px',
			containerwidth: '780px',
			animationSpeed: 15000,
			animationtype: 'fade',
	        controlBox: 'none',
			controlBoxClass: 'mycontrolboxclass',
	        controlButtonsPath: 'img',
            displayTitle: 'none' 
		});
	});
$(document).ready(function() {
$("img[@src$=png]").pngfix();
});