$(function() {
	$('#gira-marcas').carouFredSel();
});
//----------------------------------------------------------------------------------

$(window).load(function() {
	$('#slider').nivoSlider();
});
//----------------------------------------------------------------------------------

$(document).ready(function(){
//----------------------------------------------------------------------------------
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_square' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
	});

//----------------------------------------------------------------------------------

	Cufon.replace('h3');

//----------------------------------------------------------------------------------	
});
