	$(function(){
		
		
		//==== Initialize Colorbox ====//
		$(".cbox").colorbox({width:"70%", height:"80%", iframe:true});
		$(".cbox2").colorbox({width:"80%", height:"90%", iframe:true});
		$(".cbox500").colorbox({width:"740px", height:"550px", iframe:true});
		$(".cbox740x650").colorbox({width:"740px", height:"600px", iframe:true});
		$(".video").colorbox({width:"740px", height:"750px", iframe:true});

	})

