$(function() {
	$.datepicker.setDefaults($.datepicker.regional['cs']);
	$('.datepicker').datepicker();
	//$('#search').corners("2px");
})
