$(document).ready(function() {
	$('.imgRotator').cycle({
		fx: 'fade',
		next: $('#btn_next'),
		prev: $('#btn_previous')
	
	
	});
});
