$(document).ready(function(){
	$("#guest_art a").colorbox();
	$("a.pop").colorbox();
});

