/* In this file you will find custom scripts for the different pages */

/* Showcase homepage */

$(function() {
    $("#showcase_wrapper").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 1, 
        speed: 300,
        auto: 7000
        
    });
});

/* Showcase small */

$(function() {
    $("#showcase_wrapper_mini").jCarouselLite({
        btnNext: ".next_mini",
        btnPrev: ".prev_mini",
        visible: 1, 
        speed: 500
		/*auto: 6000*/
        
        
    });
});


/* Showcase small */

$(function() {
    $("#showcase_wrapper_work").jCarouselLite({
        btnNext: ".next_mini_work",
        btnPrev: ".prev_mini_work",
        visible: 1, 
        speed: 500
		/*auto: 6000*/
        
        
    });
});


/* Showcase product */

$(function() {
    $("#showcase_wrapper_product").jCarouselLite({
        btnNext: ".next_product",
        btnPrev: ".prev_product",
        visible: 1, 
        speed: 500
        /* auto: 5000 */
        
    });
});