// JavaScript Document
$(function(){
	$('#animationBox').panelGallery({
		viewDuration:5000,
		boxSize:50,
		boxFadeDuration:1000,
		boxTransitionDuration:100,
		pauseOnHover:false,
		FX: new Array('boxRandom','overlayLeftRight,true','fade')
	});
});
