$(document).ready(function() {
	$("ul.gallery a").fancybox();
	$.fn.supersized.options = {  
		startwidth: 640,  
		startheight: 480,
		vertical_center: 1,
		transition: 1
	};
    $("#supersize").supersized(); 
});
window.onload = function() {
	$("div.content").jScrollPane();
};
