$(function() {
  
  	
	
	//GALLERY CAROUSEL
	$("#gallery-carousel-inner").jCarouselLite({
        btnNext: "#gallery-carousel-wrapper .next",
        btnPrev: "#gallery-carousel-wrapper .prev",
		easing: 'easeInOutCubic',
		visible: 1,
		speed: 1000

	 });
	
	
	//GUESTBOOK CAROUSEL
	$("#guestbook-carousel-inner").jCarouselLite({
        btnNext: "#guestbook-carousel-wrapper .next",
        btnPrev: "#guestbook-carousel-wrapper .prev",
		easing: 'easeInOutCubic',
		 visible: 1,
        speed: 1000

	 });
	

  
	
	//PNG FIX
	$(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
	
	
	
	
	
});
