$(function(){
//	$('#galeriaDestaque').tinycarousel({ interval: false });
	$('#galeriaDestaque').tinycarousel({ display: 2 });
	$('#div-foto').tinycarousel({ interval: true });
	
	/*$(".linkFotoDestaque").click(function(){
	    $(".legenda-controle").stop(true, true).slideUp('fast');
		endereco = $(this).attr("end");
		title = $(this).attr("title");
		$('.fotoGrande').fadeOut(function(){
			$('.fotoGrande').html("<img src='"+endereco+"'/>");
			//alert($('.fotoGrande').html())
			$(".legenda-controle p").html(title);
			$(".legenda-controle").stop(true, true).slideDown('fast');
		});

		$('.fotoGrande').fadeIn('fast');

		return false;
	});
	*/
})
