jQuery(document).ready(function() {
    // initialize carousel
    $("#carousel1").simplecarousel({
        width:182,
        height:283,
        visible: 1,
        auto: 2000
    });
    
    $("#carousel2").simplecarousel({
        width:182,
        height:283,
        visible: 1,
        auto: 2000
    });
    
    $("#carousel3").simplecarousel({
        width:182,
        height:283,
        visible: 1,
        auto: 2000
    });
    
    $("#carousel4").simplecarousel({
        width:182,
        height:283,
        visible: 1,
        auto: 2000
    });
});
