/* Author: 

*/

$(function() {
	$('#right').cycle({
		fx: 'fade',
		timeout: 2000,
		delay:  1000
	});
});






















