$(document).ready(function(){
	$("a[href $= 'jpg']").colorbox({ opacity: '0.6' });
	$("a.movie").colorbox({ iframe: true, opacity: '0.8', height:'340px', width:'640px' }); 

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