// JavaScript Document

$(document).ready(function() {
	
	$.preloadImages(
		"images/page.jpg"
	);
	
	$('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '220px'
	});
	
	$(function()
{
	$('.scroll-pane').jScrollPane({showArrows:true});
});


});
