$(document).ready(function() {
	$('.imageroll').cycle({
		fit: 1,
		speed : 3000,
		timeout : 10000
	});
});