$.getJSON("scripts/jquery/agile/agile_carousel_data.php", function(data) {
        $(document).ready(function(){
            $("#slideshow").agile_carousel({
                carousel_data: data,
                carousel_outer_height: 300,
                carousel_height: 300,
                slide_height: 300,
                carousel_outer_width: 640,
                slide_width: 640,
                transition_time: 800,
                transition_type: "fade",
                timer: 4000,
                continuous_scrolling: true,
                control_set_1: "numbered_buttons",
               
                numbered_buttons:true
            });
        });
    });
