$(document).ready(function () {	
	/* init lightbox */
	if($(".lightbox")) {
		$(".lightbox").lightbox();
	}
});
