$(document).ready(function(){
	$('.cboxClose').click(function() {
		parent.$('html').colorbox.close();
	});
});

