jQuery(document).ready(function($){
	//Examples of how to assign the ColorBox event to elements
	$(".fullvid").colorbox({width:"640px", height:"510px", iframe:true});
}); ;

