jQuery(document).ready(function($){
		
	$('#slides').cycle({
    	timeout: 4000, 
    	speed:  1500,
    	autostop: 1
  	});
  	
  	$("a[href $= 'jpg']").colorbox({ opacity: '0.6',maxHeight:'95%' }); 
  	
  	
});

