jQuery(document).ready(function($){
	$("a[href $= 'jpg']").colorbox({ opacity: '0.6',maxHeight:'95%' }); 
	$("a.video-popup").colorbox({ iframe: true, height: '290px', width: '468px', opacity: '0.6', }); 

	$('#slides').cycle({
    	timeout: 5000, 
    	speed:  1500,
    	autostop: 1
	});
});

