

/*
 * Landing index for ctour and collegiate -
 *
 * Powered by konstant info solution
 *
 */

jQuery(document).ready(function() {
    jQuery('.leftslideshow,.rightslideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  2000, 
		timeout:  2000
	});
});