	
$(document).ready(function() { 
	$('ul.sf-menu').superfish({
		delay:       300,                            // one second delay on mouseout
		animation:   {
			opacity:'show',
			height:'show'
		},  // fade-in and slide-down animation
		speed:       'fast',                          // faster animation speed
		autoArrows:  true,                           // disable generation of arrow mark-up
		dropShadows: true                            // disable drop shadows
	});
// -------------

	$("#foo1").carouFredSel({
		items: {
			visible: 1
		},
		scroll: {
			duration: 900,
			items: 1
		},
		circular: true,		
		auto : {
			pauseOnHover: 'resume'
		},
		prev : {	
			button	: "#foo2_prev",
			key		: "left"
		},
		next : { 
			button	: "#foo2_next",
			key		: "right"
		},
		pagination	: "#foo2_pag"
	});
       
///
        $("#cursosoferta").carouFredSel({
                direction: "up",
                align: "top",
                height: 174,
		items: {
			visible: 2,
                        direction   : "up"
		},
		scroll: {
			duration: 900,
			items: 1
		},
		circular: true,		
		auto : {
                                  
		pauseOnHover: 'resume'
		},
		prev : {	
			button	: "#arrow-down",
			key		: "up"
		},
		next : { 
			button	: "#arrow-up",
			key		: "down"
		}		
        });
// ----------------
        $("#link-carrosel").carouFredSel({
                direction: "down",
                align: "top",
                height: 110,
		items: {
			visible: 5,
                        direction   : "down"
		},
		scroll: {
			duration: 300,
			items: 1
		},
		circular: true,		
		auto : {
                                  
		pauseOnHover: 'resume'
		},
		prev : {	
			button	: "#arrow-down-link",
			key		: "up"
		},
		next : { 
			button	: "#arrow-up-link",
			key		: "down"
		}		
        });
// -------------
$("#parceiros-home-carrosel").carouFredSel({
	items: {
		visible: 1,
		minimum: 1
	},
	scroll: {
		items: 1,
		fx: "fade",
		duration: 500,
		pauseOnHover: true
	}
});
// --------------
// -------------
$("#depoimentos-home-carrosel").carouFredSel({
	items: {
		visible: 1,
		minimum: 1
	},
	scroll: {
		items: 1,
		fx: "fade",
		duration: 3000,
		pauseOnHover: true
	}
});
	$(function() {
		$("#abas-visitante").tabs({});
	});
// -------------


//------
}); 

