$(function() {
	$('div#miniaturas_perfil ul').jcarousel();
});
function swapImg(url){	
		$.get('/garotas/galeria/' + url, 
					function(resposta){
						$('#foto_perfil').html(resposta);
					}
					
		);
}
