/**
 *
 * Função da página RH
 * http://www.tradecall.com.br/rh.php
 *
 **/
jQuery( function( $ )
{

	/**
	 *
	 * Exibe os conteúdos ao passar o mouse no título da opção
	 *
	 **/
	$( 'div#main-content div#content div#human-resources ul li p.linkVaga a' ).cluetip(
	{

		local			: true,
		width			: 330,
		showTitle		: false,
		positionBy		: 'fixed',
		topOffset		: 15,
		leftOffset		: -10,
		mouseOutClose	: true,
		hoverIntent		: false,
		sticky			: true

	});


});
