$(document).ready(function() {
	$('#images').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 1500,
		next: '.next',
		prev: '.prev'
	});
});



