(function($) {
	if ($('.scroll-pane-pane').length) {
		$('.scroll-pane-pane').jScrollPane();
		
/*		$('#remove-content').bind(
			'click',
			function()
			{
				($('<p></p>').html($('#intro').html())).jScrollPane();
			}
		);
*/		
	}
	$('.cyclelite').cycle();
	
	$('#topimage img').css('display', 'block');

	$.datepicker.setDefaults({ minDate: +0, defaultDate: +2, dateFormat: 'd MM yy' });
	$('#Form_LeftNavBookingForm_From').datepicker( { altField: '#leftnav_datepickerStartDate', altFormat: 'yy-mm-dd'} );
	
})(jQuery);	
