$(function() {
					 
	$("#logocolecao").pngFix();
					 
	$('#botaomais').click(function() {
		$("#colecoes").animate({
			height: 'toggle'
		}, 500);
	});
					 
	// carrega colecao
	var instanceOne = new ImageFlow();
	instanceOne.init({ 
		ImageFlowID:'colecao',
		reflections: false,
		percentLandscape: 145,
		imagesHeight: 0.5,
		imageCursor: 'pointer',
		circular: true,
		buttons: true,
		onClick: function() { 
			$("#linkimagem").attr({
				"href" : this.url,
				"title" : this.title
			}).trigger("click");
		}
	});
	
	$("#linkimagem").colorbox({
		iframe: true,
		width: "862px",
		height: "520px"
	});
});
