$(document).ready(function() {
	
	
	$().piroBox({
		  my_speed: 400, //animation speed
		  bg_alpha: 0.2, //background opacity
		  slideShow : true, // true == slideshow on, false == slideshow off
		  slideSpeed : 3, //slideshow
		  close_all : '.piro_close, .piro_overlay' // add class .piro_overlay(with comma)if you want overlay click close piroBox
	});

	$("#ie-check").ie6warning();
	
	/*$(".seznambox span", this).click(
		function ()
		{	
			$(".seznam-submenu").toggle("slow");
		}
	);*/
	
	$(".showlink", this).click(
		function()
				{
					$(".eshop-link", this).show("slow");
					
				}
	);
	

});


