$(document).ready(
	function()
	{
		$('#fisheye').Fisheye(
			{
				maxWidth: 27,
				items: 'a',
				itemsText: 'span',
				container: '.fisheyeContainter',
				itemWidth: 86,
				proximity: 120,
				halign : 'center'
			}
		)
		
	}
);
$(document).ready(
	function()
	{
		$.ImageBox.init(
			{
				
				border				: 10,
				loaderSRC			: 'images/imagebox/loading.gif',
				overlayOpacity		: 0.8,
				textImage			: 'Exibindo imagem ',
				textImageFrom		: 'de',
				fadeDuration		: 400
			}
		);
	}
);