$(document).ready(function() {
	$(".gallery-pop").colorbox({
		transition:'fade', 
		iframe:'true',
		width:'680px',
		height:'600px',
		opacity:'0.8'
	});
});

