$(function(){
	
	$('#projectimage').popupSlideshow();
	
});

$.fn.popupSlideshow = function(){
	return this.each(function(){
		$('#projectimages>li>a').colorbox({rel:'group1', loop:'true', previous:'previous', next:'next', width: '841px', height: '610px'});
	});
}