   $(document).ready(function(){ 
        $(document).pngFix(); 
//   $('.header').pngFix(); 
//  $.ifixpng('../img/bg7.png'); 
 //  $('img[src$=.png]').pngFix(); 
   
		//$('#menu-tabs').tabs();
		// $('#mycarousel').jcarousel();
		 
		 
	$('#slideshow').serialScroll({
		items:'li',
		prev:'#screen2 a.prev',
		next:'#screen2 a.next',
		offset:0, //when scrolling to photo, stop 230 before reaching it (from the left)
		step:1,
		start:0, //as we are centering it, start at the 2nd
		duration:1200,
		force:true,
		stop:true,
		lock:false,
		cycle:true, //don't pull back once you reach the end
		easing:'easeOutQuart', //use this easing equation for a funny effect
		jump: false //click on the images to scroll to them !!!!!
	});

		 
		 

    }); 
