// JavaScript Document

//alert("file is linked");

$(function(){
	$('#container').panelGallery({
		boxSize:50,
    boxFadeDuration:1000,
    boxTransitionDuration:100,
    FX: new Array('fade')
});
});

