function showCarouselItem(url) {
	$( function () {
		$.nyroModalManual({
			url: url
		});
	});
}


