$(document).ready(function() {
	$("#slideshow").cjSimpleSlideShow({
		   autoRun: true,
		   delay: 2150,
		   dissolve: 90,
		   showCaptions: false,
		   centerImage: true
		});
});