$(document).ready(function() {
	$('.motionpic').cycle({
		fx: 'fade',
		speed: 5000,
		width:779,
		height:270
	});
});
