//$("#Arrival").datepicker($.dpSetPosition($.dpConst.POS_TOP, $.dpConst.POS_RIGHT));

$("#Arrival").datepicker({
	firstDay: 1,
	dateFormat:"dd/mm/yy",
	showOtherMonths: true,
	selectOtherMonths: true,
	minDate: 0
});

$('#ui-datepicker-div').css('z-index',30);
