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

	$('#slides').cycle({
    	timeout: 5000, 
    	speed:  1500,
    	autostop: 0
	});

});
