$(document).ready(function(){

	$("a[href $= 'jpg']").colorbox({ opacity: '0.6', maxHeight:'95%', maxWidth:'95%' }); 

	$('#slides').cycle({
    	timeout: 4500, 
    	speed:  2500,
    	autostop: 1
	});

	$("#datepicker").datepicker();

});
