jQuery(document).ready(function() {
    jQuery('#nCarusol_1').jcarousel({
        vertical: true,        
        scroll: 1,                
        visible: 1,
        buttonNextHTML: '<div id="next1"></div>',
    		buttonPrevHTML: '<div id="prev1"></div>' 

    });        
});
/*
jQuery(document).ready(function() {
	$("#nCarusolBox_1").hover(function() {
		$('#prev1').show();
		$('#next1').show();
	}, function() {	
		$('#prev1').hide();
		$('#next1').hide();
	});
});

$(document).ready(function(){	
	$('#prev1').hide();
	$('#next1').hide();	
});
*/

//druhy
jQuery(document).ready(function() {
  jQuery('#nCarusol_2').jcarousel({
      vertical: true,        
      scroll: 1,                
      visible: 2,
      buttonNextHTML: '<div id="next2"></div>',
  		buttonPrevHTML: '<div id="prev2"></div>' 

  });        
});
/*
jQuery(document).ready(function() {
	$("#nCarusolBox_2").hover(function() {
		$('#prev2').show();
		$('#next2').show();
	}, function() {	
		$('#prev2').hide();
		$('#next2').hide();
	});
});

$(document).ready(function(){		
	$('#prev2').hide();
	$('#next2').hide();
});*/

