jQuery(document).ready(function () {
								 
	jQuery('ul.jd_menu').jdMenu();

	//jQuery('ul.jd_menu ul').css({opacity:0.9});
	
	//jQuery('ul.jd_menu ul a').css({opacity:1});
			
	jQuery('#cos').paginador({
			topPagerOn: true,
			bottomPagerOn: true,
			nextPageBttn: lang[0]+' &rsaquo;',
			prevPageBttn: '&lsaquo; Anterior'
	});
	
});

