$(function(){
		$.fn.supersized.options = {  
			startwidth: 371,  
			startheight: 285,
			minsize: .30,
			slideshow: 0,
			slideinterval: 5000  
		};
        $('#supersize').supersized(); 
    });
    
    
			
$(function()
{
	$('.scroll-pane').jScrollPane();
});


