$(document).ready(function() { 
	
	$('#BannerVitrineHomePrincipal').flash({
		src: '../flash/banner_vitrine_home_2.swf',
		width: 1000,
		height: 250
	});
	
	$('#BannerDinamico').jcarousel({
		scroll: 1,
        auto: 7,
        wrap: 'circular',
		buttonNextHTML: null,
		buttonPrevHTML: null
	});
	
});

