$(function () {
	$('.footerChild').equalHeight();
	$('.postSample').equalHeight();
	$('#mainContent').masonry({
		columnWidth: 60,
		itemSelector: '.masonry'
	});
	$('#postsArea').masonry({
		columnWidth: 60,
		itemSelector: '.masonry'
	});
	$('.insetBorder, .ngg-widget.entry-content a img,.ngg-gallery-thumbnail a img, #professional img.wp-post-image').insetBorder({
		speed: 220,
		inset: 2,
		borderColor: "#37190E",
		opacity: 0.5
	});
	$('a.prettyPhoto').prettyPhoto({
		theme: 'dark_rounded',
		counter_separator_label: ' de '
	});
	$('div#logo').flash({
		swf: 'http://www.studiodearte.com.br/wp-content/themes/studiodearte/swf/logo.swf',
		height: 240,
		width: 240
	});

});
