$(document).ready(function()
{
	$('#sipka-trenink')
		.css('position', 'relative')
		.append('<a style="display: block; width: 63px; height: 62px; position: absolute; left: 41px; top: 273px; texxxt-decoration: none;" href="/cs/o-pristupu-results-informacni-setkani"><img src=\"/style/web/transparent.gif\" alt=\"Setkání s Results\" title=\"Vím, že Results.\" /></a>');
	$('#sipka-trenink a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-setkani.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink')
		.append('<a style="display: block; width: 75px; height: 74px; position: absolute; left: 196px; top: 267px; text-decoration: none;" href="/cs/zaklady-results-koucovani"><img src=\"/style/web/transparent.gif\" alt=\"Základy Results koučování\" title=\"Vím, že se naučím koučovat s Results.\" /></a>');
	$('#sipka-trenink a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-zrk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink')
		.append('<a style="display: block; width: 90px; height: 87px; position: absolute; left: 384px; top: 204px; text-decoration: none;" href="/cs/intenzivni-trenink-koucu"><img src=\"/style/web/transparent.gif\" alt=\"Intenzivní trénink koučů\" title=\"Jsem připravený koučovat.\" /></a>');
	$('#sipka-trenink a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-itk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink')
		.append('<a style="display: block; width: 48px; height: 48px; position: absolute; left: 498px; top: 164px; text-decoration: none;" href=""><img src=\"/style/web/transparent.gif\" alt=\"PVNK\" title=\"Pracuji na svých koučovacích dovednostech.\" /></a>');
	$('#sipka-trenink a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-pvnk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink')
		.append('<a style="display: block; width: 117px; height: 114px; position: absolute; left: 523px; top: 40px; text-decoration: none;" href="/cs/cesta-k-certifikaci-acc-icf"><img src=\"/style/web/transparent.gif\" alt=\"Cesta k certifikaci ACC ICF\" title=\"Mám certifikaci ACC.\" /></a>');
	$('#sipka-trenink a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-cesta.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});
		
	$("#sipka-trenink img[title]").tooltip();



	$('#sipka-trenink-sk')
		.css('position', 'relative')
		.append('<a style="display: block; width: 63px; height: 62px; position: absolute; left: 41px; top: 273px; texxxt-decoration: none;" href="/sk/o-pristupe-results-informacne-stretnutie"><img src=\"/style/web/transparent.gif\" alt=\"Setkání s Results\" title=\"Vím, že Results.\" /></a>');
	$('#sipka-trenink-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-setkani.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink-sk')
		.append('<a style="display: block; width: 75px; height: 74px; position: absolute; left: 196px; top: 267px; text-decoration: none;" href="/sk/zaklady-results-koucovania"><img src=\"/style/web/transparent.gif\" alt=\"Základy Results koučování\" title=\"Vím, že se naučím koučovat s Results.\" /></a>');
	$('#sipka-trenink-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-zrk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink-sk')
		.append('<a style="display: block; width: 90px; height: 87px; position: absolute; left: 384px; top: 204px; text-decoration: none;" href="/sk/intenzivny-trening-koucov"><img src=\"/style/web/transparent.gif\" alt=\"Intenzivní trénink koučů\" title=\"Jsem připravený koučovat.\" /></a>');
	$('#sipka-trenink-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-itk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink-sk')
		.append('<a style="display: block; width: 48px; height: 48px; position: absolute; left: 498px; top: 164px; text-decoration: none;" href=""><img src=\"/style/web/transparent.gif\" alt=\"PVNK\" title=\"Pracuji na svých koučovacích dovednostech.\" /></a>');
	$('#sipka-trenink-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-pvnk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#sipka-trenink-sk')
		.append('<a style="display: block; width: 117px; height: 114px; position: absolute; left: 523px; top: 40px; text-decoration: none;" href="/sk/cesta-k-certifikacii-acc-icf"><img src=\"/style/web/transparent.gif\" alt=\"Cesta k certifikaci ACC ICF\" title=\"Mám certifikaci ACC.\" /></a>');
	$('#sipka-trenink-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-sipka-cesta.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});
		
	$("#sipka-trenink img[title]").tooltip();



	$('#puzzle-cesta')
		.css('position', 'relative')
		.append('<a style="display: block; width: 125px; height: 153px; position: absolute; left: 275px; top: 147px; text-decoration: none;" href="/cs/nastroje-kouce"><img src=\"/style/web/transparent.gif\" alt=\"Nástroje kouče\" /></a>');
	$('#puzzle-cesta a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-nastroje.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#puzzle-cesta')
		.append('<a style="display: block; width: 168px; height: 162px; position: absolute; left: 275px; top: 245px; text-decoration: none;" href="/cs/intuitivni-koucink"><img src=\"/style/web/transparent.gif\" alt=\"Intuitivní koučink\" /></a>');
	$('#puzzle-cesta a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-intuitivni.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#puzzle-cesta')
		.append('<a style="display: block; width: 155px; height: 180px; position: absolute; left: 375px; top: 215px; text-decoration: none;" href="/cs/intenzivni-trenink-koucu"><img src=\"/style/web/transparent.gif\" alt=\"Intenzivní trénink koučů\" /></a>');
	$('#puzzle-cesta a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-itk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});



	$('#puzzle-cesta-sk')
		.css('position', 'relative')
		.append('<a style="display: block; width: 125px; height: 153px; position: absolute; left: 275px; top: 147px; text-decoration: none;" href="/sk/nastroje-kouca"><img src=\"/style/web/transparent.gif\" alt=\"Nástroje kouče\" /></a>');
	$('#puzzle-cesta-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-nastroje.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#puzzle-cesta-sk')
		.append('<a style="display: block; width: 168px; height: 162px; position: absolute; left: 275px; top: 245px; text-decoration: none;" href="/sk/intuitivny-koucing"><img src=\"/style/web/transparent.gif\" alt=\"Intuitivní koučink\" /></a>');
	$('#puzzle-cesta-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-intuitivni.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});

	$('#puzzle-cesta-sk')
		.append('<a style="display: block; width: 155px; height: 180px; position: absolute; left: 375px; top: 215px; text-decoration: none;" href="/sk/intenzivny-trening-koucov"><img src=\"/style/web/transparent.gif\" alt=\"Intenzivní trénink koučů\" /></a>');
	$('#puzzle-cesta-sk a:last-child')
		.mouseenter(function()
		{
			$(this).css('background', 'url(/style/web/button-puzzle-itk.png)');
		})
		.mouseleave(function()
		{
			$(this).css('background', 'none');
		});
	
	// Banner tesne pod menu
	$('.scrollable').scrollable({ circular: true }).autoscroll({ interval: 5000 });
});

