$(function(){
	$.fn.supersized.options = {  
		startwidth: 960,  
		startheight: 718,
		minsize: .50,
		slideshow: 0
	};
	$('#supersize').supersized(); 
	
	$("a[rel='gallery']").colorbox();
});