$('a.heliostats_button').cluetip({
	local:true, 
/*  sticky: true, */
	closePosition: 'bottom', 
/*  closeText: '[X]',*/
	arrows: true, 
	cursor: 'pointer',
	positionBy: 'fixed',
	topOffset: -40,
	leftOffset: 38,
	cluezIndex: 1003,
	dropShadow: false,
	width: 350
});

$('a.power_block_button').cluetip({
	local:true, 
/*  sticky: true, */
	closePosition: 'bottom', 
/*  closeText: '[X]',*/
	arrows: true, 
	cursor: 'pointer',
	positionBy: 'fixed',
	topOffset: -40,
	leftOffset: 38,
	cluezIndex: 1003,
	dropShadow: false,
	width: 350
});
$('a.tower_boiler_button').cluetip({
	local:true, 
/*  sticky: true, */
	closePosition: 'bottom', 
/*  closeText: '[X]',*/
	arrows: true, 
	cursor: 'pointer',
	positionBy: 'fixed',
	topOffset: -40,
	leftOffset: 38,
	cluezIndex: 1003,
	dropShadow: false,
	width: 350
});
$('a.control_system_button').cluetip({
	local:true, 
/*  sticky: true, */
	closePosition: 'bottom', 
/*  closeText: '[X]',*/
	arrows: true, 
	cursor: 'pointer',
	positionBy: 'fixed',
	topOffset: -40,
	leftOffset: 38,
	cluezIndex: 1003,
	dropShadow: false,
	width: 350
});