jQuery(document).ready(function()
{	
	jQuery(".gallery-video").colorbox({iframe:true, width:600, height:430});
	jQuery(".triggerPhoto").colorbox({iframe:true, width:800, height:580, scrolling:false});

});