/**
 * JS
 * @author Darío Ruellan <druellan@ecimtech.com>
 * @copyright ecimTech 2008
 */

$(function()
{
//	$('.capture a').fancyzoom(
//	{
//		imgDir: "../../../app.en/resources/images/fancyzoom/"
//	}
//	);

	$('.capture a').fancybox(
	{
		hideOnContentClick:	true,
		zoomSpeedIn:		500,
		zoomSpeedOut:		500,
		frameWidth:			600,
		frameHeight:		400,
		overlayShow:		true,
		overlayOpacity:		0.8,
		itemLoadCallback:	null
	});
	
});
