$(document).ready(function () {
	$("#imageRotator").carouFredSel({
			scroll: {
				fx: "fade",
				auto: {
							duration: 1000,
							pauseDuration: 1000
					  }
			}
		});
});
