$(document).ready(function(){
	$('.highlights-content').cycle({ 
		fx:     'fade', 
		timeout: 10000, 
		next:   '#next2', 
		prev:   '#prev2' 
	});
});