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



jQuery(document).ready(function($){
		$("a.movie").colorbox({ iframe: true, height: '600px', width: '800px', opacity: '0.6',maxHeight:'95%' }); 
});

});


