jQuery(document).ready(function () {
	$('input.cal').simpleDatepicker();
	$("a[rel='lightbox']").lightBox();
});
