$(function() {
	var icons = {
		header: "ui-icon-circle-arrow-e",
		headerSelected: "ui-icon-circle-arrow-s"
	};
	$("#accordion").accordion({ 
		header: "h1",
		autoHeight: false,
		navigation: true,
		icons: icons
		
	});
	
	$("#c_destaque").carouFredSel({
		width: 485,
		height: 230,
		padding: "0",
		items: {
			width: 485,
			height: 230
		},
		scroll: {
			items: 1,
			fx: "cover",
			duration: 2000,
			pauseOnHover: true
		},
		pagination: "#destaque_page",
		auto: {
			pauseDuration: 2000,
			delay: 500
		}
	});
	
	$('#c_anuncio').carouFredSel({
		next: '#next_anuncio',
		prev: '#prev_anuncio',
		direction: "up",
		width: 300,
		height: 208,
		padding: "auto",
		items: {
			visible: 2,
			minimum: 1,
			start: "random",
			width: 300,
			height: 104
		},
		scroll: {
			items: 2,
			duration: 2000,
			pauseOnHover: true
		},
		auto: {
			pauseDuration: 3000,
			delay: 1000
		},
	});				
});
