var jQueryOther = jQuery.noConflict();
jQueryOther(document).ready(function() {	
    jQueryOther('.slideshow').cycle({
        fx: 'uncover', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        speed: 1500,
        timeout: 4000
    });
});
jQueryOther(document).ready(function() {	
    jQueryOther('.slideshow2').cycle({
        fx: 'uncover', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        speed: 1500,
        timeout: 12000
    });
});
jQueryOther(document).ready(function() {	
    jQueryOther('.captions').cycle({
        fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        speed: 1500,
        timeout: 12000
    });
});    


								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								
								



