$(document).ready(function() {
	$('#supplementary_info ul#related-products').jcarousel({
        vertical: true,
        scroll:4,
        buttonPrevHTML: '<div><\/div>',
        buttonNextHTML: '<div><\/div>'
    });
    $('#site-supplementaryinfo ul#related-products').jcarousel({
        vertical: true,
        scroll:4,
        buttonPrevHTML: '<div><\/div>',
        buttonNextHTML: '<div><\/div>'
    });
    $('.related-items ul').jcarousel({
        vertical: false,
        scroll:2,
        buttonPrevHTML: '<div><\/div>',
        buttonNextHTML: '<div><\/div>'
    });
    $("#nav-product-pictures li a").click(function(){
        var ajaxQuery = "/ajax/" + $(this).attr("href");
        return false;
        $.get(ajaxQuery);        
    });
    $('#add-product #fldst_scraps ul').jcarousel({
        vertical: false,
        scroll: 2
    });
});

