/* 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: 5000
        
    });
});

/* Showcase small */

$(function() {
    $("#showcase_wrapper_mini").jCarouselLite({
        btnNext: ".next_mini",
        btnPrev: ".prev_mini",
        visible: 1, 
        speed: 500
        /* auto: 5000 */
        
    });
});

/* Showcase product */

$(function() {
    $("#showcase_wrapper_product").jCarouselLite({
        btnNext: ".next_product",
        btnPrev: ".prev_product",
        visible: 1, 
        speed: 500
        /* auto: 5000 */
        
    });
});