
/* - customJS.js - */
jQuery(document).ready(function() {
        jQuery('.slideshow-main').cycle();
});

