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

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

