$(document).ready(function() {
	var myOptions = {
	    noImages: 1,
	    path: "/img/home/", // Relative path with trailing slash.
	    links: { 
		//1:"",
		//2:""
		//1:"/index.php/site/products/products_list/ZESTAWY_WALENTYNKOWE,1,10/",	
		//2:"",
		//1:"/index.php/site/products/products_list/Oferta_tygodnia,1,5/",
        1:"/index.php/site/products/product/Durex_Play_O_-_Zel_stymulujacy_i_potegujacy_orgazm-10043633,26,1,3/"
        //3:"/index.php/site/products/product/Zestaw_4HIM-10046198,36,1,8/",
        //4:"/index.php/site/products/product/Zestaw_Specjalny-10046585,37,1,8/",
        //5:"/index.php/site/products/product/Durex_Play_-_zel_intymny_strawberry-10046106,39,1,3/",
	    },
	    linksOpen:'sameWindow',
	    timerInterval: 6500, 
	    randomise: false
	};
	$('#slideshow_container').easySlides(myOptions);
});

