$(document).ready(function() {

// SLIDER //
$('.panel').click(function () {
$('#wrapper1').scrollTo($(this).attr('href'), 2000);		
return false;
});

// PNG FIX //
$('body').supersleight({shim: 'img/transparent.gif'});

// FLASH EMBED //
$('#garoto-foto').flash({
src: 'swf/garoto_foto.swf',
width: 400,
height: 266
});
$('#flash-skate').flash({
src: 'swf/skate.swf',
width: 236,
height: 266
});
$('#bolhas').flash({
src: 'swf/_bolhas.swf',
width: 800,
height: 374
});
$('#folhas').flash({
src: 'swf/_folhas.swf',
width: 414,
height: 286
});
$('#balanco').flash({
src: 'swf/balanco.swf',
width: 300,
height: 700
});
$('#mochila').flash({
src: 'swf/_mochila.swf',
width: 352,
height: 242
});
$('#super-acne').flash({
src: 'swf/_super_acne.swf',
width: 233,
height: 365
});
$('#garota-voando').flash({
src: 'swf/garota_voando.swf',
width: 402,
height: 410
});

});