// JavaScript

function trocaclasse_menu(item_op, classe, novaclasse){

  jQuery(function() {

    
	jQuery('#'+item_op).replaceClass({event_type:"hover", element_affected:"#"+item_op, old_class:classe, new_class:novaclasse});
	
  });
}

/*PRELOAD PARA ALGUMAS SECÇÕES DE IMAGENS*/

/*PRELOAD PARA ALGUMAS SECÇÕES DE IMAGENS*/


//para carregar scripts no arranque da página
jQuery(window).load(function() {
	

});


//script normal
jQuery(document).ready(function(jQuery) {
	
	jQuery('#destaques_home').coinslider({ width: 880, height: 380, navigation: true, delay: 5000, links : true, hoverPause: true, titleSpeed: 500, effect: 'rain' });
	
	//jQuery("#scroller").simplyScroll({ autoMode: 'loop' });
	
	/*jQuery('#marcas_scroll ul').bxCarousel({
		display_num: 11,
		move: 1,
		auto: true,
		controls: true,
		margin: 10,
		prev_image: 'imgs/left.png',
		next_image: 'imgs/right.png',
		auto_hover: true
	});*/


	
	
	//TOOLTIP
	jQuery('#links_social a, #link_contactos a').tipsy({gravity: 'w', fade: true});
	jQuery('#area_tabs a').tipsy({gravity: 'n', fade: true});
	
});






