

jQuery(document).ready(function ()
{
	jQuery(".calendarSelectDate").datepicker({
	 	buttonImage: 'http://www.savoyhotel.ee/images/kalender.gif',
		buttonImageOnly: true,  
		showOn: 'both'
	 });
	

});
