$(document).ready(function () {
    //slideShow();
	
	
	$('#ul-tab li a').click(function(){return false;});
	$('.news-by-category-nav a').click(function(){return false;});
	
	$('#beritaAktual-nav-prev').click(function(){ metro.loadBeritaPrev('beritaAktual'); });
	$('#beritaAktual-nav-next').click(function(){ metro.loadBeritaNext('beritaAktual'); });
	
	$('#photos').galleryView({
			panel_width: 360,
			panel_height: 275,
			frame_width: 15,
			frame_height: 10,
			filmstrip_position: 'top',
			overlay_position: 'bottom'
		
		});
	
	$(".slide-show1").jCarouselLite({
        btnNext: ".program-next1",
        btnPrev: ".program-prev1",
		visible: 5
    });
	
	$(".slide-show2").jCarouselLite({
        btnNext: ".program-next2",
        btnPrev: ".program-prev2",
		visible: 5

    });
	
	$(".slide-show3").jCarouselLite({
        btnNext: ".program-next3",
        btnPrev: ".program-prev3",
		visible: 5

    });
	
	$(".slide-show4").jCarouselLite({
        btnNext: ".program-next4",
        btnPrev: ".program-prev4",
		visible: 5

    });

 $(".slide-show5").jCarouselLite({
        btnNext: ".program-next5",
        btnPrev: ".program-prev5",
                visible: 5

    });      

});

