$(function() {
	SmokeEffect.imgLocation = "/html/images/geral/nuvemideas.png";
	SmokeEffect.smokeWidth = 185;
	SmokeEffect.smokeHeight = 145;
	
	$(".draggable").draggable({distance :30});
	abrenuvemrafael();
	setTimeout('abrenuvemrodrigo()', 1000);
	setTimeout('abrenuvemallan()', 2000);
	
	jQuery('.mycarousel').jcarousel({
		visible: 4
	});
	
	$("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:10000});
	
});

function abrenuvemrafael()
{
	$('#nuvemrafael img').animate({width: "205px", height: '165px',top: '700px', "opacity": "toggle"}, 5000);
	setTimeout('movimentanuvemrafael()', 5000);
}

function abrenuvemrodrigo()
{
	$('#nuvemrodrigo img').animate({width: "194px", height: '157px',top: '700px', "opacity": "toggle"}, 5000);
	setTimeout('movimentanuvemrodrigo()', 5000);
}

function abrenuvemallan()
{
	$('#nuvemallan img').animate({width: "177px", height: '144px',top: '700px', "opacity": "toggle"}, 5000);
	setTimeout('movimentanuvemallan()', 5000);
}

function movimentanuvemrafael()
{
	$('#nuvemrafael img').animate({top: '455px'},{
		duration: 5000,
		easing: "easeInOutCirc"
	});
	mexenuvemrafael();
}
function movimentanuvemrodrigo()
{
	$('#nuvemrodrigo img').animate({ top: '580px'},{
		duration: 4000,
		easing: "easeInOutCirc"
	});
	mexenuvemrodrigo();
}
function movimentanuvemallan()
{
	$('#nuvemallan img').animate({top: '700px'},{
		duration: 3000,
		easing: "easeInOutCirc"
	});
	mexenuvemallan();
}

function mexenuvemrafael()
{
	$('#nuvemrafael img').animate({top: '470px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	}).animate({top: '455px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	});
	
	setTimeout('mexenuvemrafael()', 2800);
}
function mexenuvemrodrigo()
{
	$('#nuvemrodrigo img').animate({top: '595px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	}).animate({top: '580px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	});
	
	setTimeout('mexenuvemrodrigo()', 2800);
}
function mexenuvemallan()
{
	$('#nuvemallan img').animate({top: '715px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	}).animate({top: '700px'},{
		duration: 1400,
		easing: "easeInOutCirc"
	});
	
	setTimeout('mexenuvemallan()', 2800);
}


function abreoufechadiv(id)
{
	$("#a"+id).attr("class","submenu ativo");
	$("#"+id).slideDown();
}

function abrecaixaportolio(tag)
{
	$(tag).children('img').css('display','none');
	$(tag).children('h4').css('display','');
	$(tag).children('p').css('display','');
	$(tag).children('div.twitter').css('display','');
	$(tag).children('div.facebook').css('display','');
	$(tag).children('div.plus').css('display','');
}

function fechacaixaportolio(tag)
{
	$(tag).children('img').css('display','');
	$(tag).children('h4').css('display','none');
	$(tag).children('p').css('display','none');
	$(tag).children('div.twitter').css('display','none');
	$(tag).children('div.facebook').css('display','none');
	$(tag).children('div.plus').css('display','none');
}
