


jQuery(document).ready(function() {
	
	$('#mycarousel').jcarousel({
		vertical: false,
		size: null,
		scroll: 1,
		animation: 'normal',
		easing: 'swing',
		auto: '6000',
		autoDirection: 'next',
		wrap: 'circular',
		initCallback: fn_scroller_init_callback,
		itemVisibleOutCallback: {onAfterAnimation: fn_scroller_in_out_callback},
		item_width: 650,
		item_height: 120,
		clip_width: 650,
		clip_height: 120,
		item_count: 10
	});
});



jQuery(document).ready(function() {
								
								$(function() {
    $(".relproduct").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		 auto: 5000,
    speed: 2000,
	visible:3

    });
});

	
	
});

jQuery(document).ready(function() {
								
								$(function() {
    $(".relproduct2").jCarouselLite({
        btnNext: ".next2",
        btnPrev: ".prev2",
		 auto: 5000,
    speed: 2000,
	visible:3

    });
});

	
	
});




var scroller_directions = {"D":"down","U":"up","R":"right","L":"left"};
var scrollers_list = [];


