$.noConflict();
  jQuery(document).ready(function($) {

	$(".book-now").click(function(){
		$("#panel").slideToggle("medium");
		$(this).toggleClass("down"); return false;
	});

	$('#s2').cycle({ 
    fx: 'cover,uncover',/*fade*/
    speed: 1400,
    timeout: 8000,
    delay: -2000,
    pause: 1,
    autostop: 0
	});
	
	$("#CAT_Custom_75127, #CAT_Custom_80091").datepicker({ dateFormat: 'dd-mm-yy', minDate: 0 });
	$("#DOB").datepicker({ dateFormat: 'dd-mm-yy', yearRange: '1940:1994', changeMonth: true, changeYear: true });
		
	$('#s7').cycle({ 
    fx:    'scrollRight', 
    speed: 1400,
    timeout: 12000
	});
	
	$(".0example1").colorbox({width:"480px", inline:true, href:"#login-box"});
	$(".example2").colorbox({width:"480px", inline:true, href:"#password"});
	$("a[rel='example1']").colorbox();	
	
	$('span.pag-range').remove();
	
});
