$(document).ready(function() {

 $('.tab_index2')

	.cycle({
	fx: 'fade',
	timeout: 5000,
	speed: 1000,
	pause:   1,
	pager:  '.nov2' 
	 
	});
	
});
