$(document).ready(function () {
	$('#slideShow').cjFlashySlideShow({
		 preset: "blinds"
	});
});

