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

