jQuery(document).ready(function($) {
 $('.date-pick').datePicker();
});
$(function() {
    $('#gallery a').lightBox();
});
