$(document).ready(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        speed: 1000,

    });
});


function changeVid(id_v){

  //alert("STopnuto");
  var prehravac = document.getElementById('eplayer2');
  prehravac.sendEvent("LOAD", id_v+".flv");


}
