jQuery.noConflict();

jQuery(document).ready(function($){
	$.fn.supersized.options = {
		startwidth: 1256,
		startheight: 832,
		minsize: .50,
		slideshow: 0
		};

	$('#supersize').supersized();
});