$(document).ready(function(){				   
	$(".colorbox").colorbox();
	$(".colorbox_v").colorbox({height:430, width:610, iframe:true});
});
