$(function() {
  $(".tabs_news").tabs();  
});

$(function() {
    $(".bigMovie").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		mouseWheel: true,
		visible: 2,scroll: 1,
		speed: 900
				
    });
});

$(function() {
    $(".videoclipScroll").jCarouselLite({
        btnNext: ".next_video",
        btnPrev: ".prev_video",
		mouseWheel: true,
		visible: 5,scroll: 1,
		vertical: true,
		speed: 500
				
    });
});

$(function() {
    $(".tvreklamaScroll").jCarouselLite({
        btnNext: ".next_tvreklama",
        btnPrev: ".prev_tvreklama",
		mouseWheel: true,
		visible: 5,scroll: 1,
		vertical: true,
		speed: 500
				
    });
});

$(function() {
    $(".scrollBottom").jCarouselLite({
        btnNext: ".next_bvideo",
        btnPrev: ".prev_bvideo",
		mouseWheel: true,
		visible: 2,scroll: 1,
		vertical: false,
		speed: 500
				
    });
});


$(document).ready(
			function(){
				$(".pr_ar, .nxt_ar").hover(
					function(){
						$(this).addClass("hover");
					},
					function(){
						$(this).removeClass("hover");
					});
			});
