/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function() {
 $('.slideshow').cycle({
		fx: 'fade',pager:  '#slideshow_pager'  // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

$(function(){
			$.Lightbox.construct({
				"show_linkback":	false,
    "show_info" : true,
    "show_extended_info":true,
    "download_link":false,
				"text": {
					// For translating
					"image":		"Obrázek",
					"of":			"z",
					"close":		"Zavřít X",
					"closeInfo":	"Obrázek můžete zavřít kliknutím do tmavé plochy kolen obrázku.",
					"download":		"Stáhnout.",
					"help": {
						"close":	"Zavřít",
						"interact":	"Hover to interact"
					}
				}
			});
		});

 $("a[rel='products_image']").lightbox({
 });
 
 $("a[rel='new_products_image']").lightbox({
 });
 
 $("a[rel='specials_products_image']").lightbox({
 });

});
