$(document).ready(function() {
	$(".news:first").show();
	
	$(".promo_wellness").mouseover(function() {
		$(".wellness_head").css("background-position", "left bottom");
		$(".wellness_head").css("cursor", "pointer");
	});
	
	$(".promo_wellness").mouseout(function() {
		$(".wellness_head").css("background-position", "left top");
	});
	
	$(".promo_eskuvo").mouseover(function() {
		$(".eskuvo_head").css("background-position", "left bottom");
		$(".eskuvo_head").css("cursor", "pointer");
	});
	
	$(".promo_eskuvo").mouseout(function() {
		$(".eskuvo_head").css("background-position", "left top");
	});
	
	$(".promo_klub").mouseover(function() {
		$(".klub_head").css("background-position", "left bottom");
		$(".klub_head").css("cursor", "pointer");
	});
	
	$(".promo_klub").mouseout(function() {
		$(".klub_head").css("background-position", "left top");
	});
	
	$('#tooltip_1').tipsy({gravity: 's'});
	$('#tooltip_2').tipsy({gravity: 's'});
	$('#tooltip_3').tipsy({gravity: 's'});
	$('#tooltip_4').tipsy({gravity: 's'});
	$('#tooltip_5').tipsy({gravity: 's'});
	$('#tooltip_6').tipsy({gravity: 's'});
	$('#tooltip_7').tipsy({gravity: 's'});
	$('#tooltip_8').tipsy({gravity: 's'});
	$('#tooltip_9').tipsy({gravity: 's'});
	$('#tooltip_10').tipsy({gravity: 's'});
	$('#tooltip_11').tipsy({gravity: 's'});
	$('#tooltip_12').tipsy({gravity: 's'});
	$('#tooltip_13').tipsy({gravity: 's'});
	$('#tooltip_14').tipsy({gravity: 's'});
	$('#tooltip_15').tipsy({gravity: 's'});
});
