jQuery.preloadImages = function(){
	for(var i = 0; i<arguments.length; i++){
    	jQuery("<img>").attr("src", arguments[i]);
	}
}

$(document).ready( function(){
	$.preloadImages("./oise_en_img/design/play.gif", "./oise_en_img/design/previous.gif","./oise_en_img/design/next.gif","./oise_en_img/design/pause.gif");
    $('ul#animated-portfolio').animatedinnerfade({
            speed: 'normal',
            timeout:  5000,
            type: 'sequence',
            containerheight: '656px',
            containerwidth: '940px',
            animationSpeed: 1000,
            animationtype: 'fade',
	    	controlBox: 'show',
	    	controlBoxClass: 'mycontrolboxclass',
	    	controlButtonsPath: '.',
            displayAlt: 'yes',
            displayText: 'yes',
            displayMap: 'yes'
    });
} );
