$(".tiles").tilesGallery({
			width: 800,
			height: 500,
			margin: 5,
			caption: true,
			captionOnMouseOver: true,
			callback: function () {
				$(".tiles a").lightBox();
			}
		});