$(document).ready(function() {
    //slider na indexu
    /*
	$('#slider').anythingSlider({
		hashTags : false,
		buildNavigation: true,
		buildArrows : true,
		autoPlay : false,
		delay : '5000',
		easing : 'linear'
	});
        */
    //?
	//$("#scroll").scrollable({ vertical: true, mousewheel: true });
	
    //?
    /*
	$('div.cena').fadeTo("fast", 0.5);
	$('input[name="price"]:checked').parents("div:eq(1)").fadeTo("fast", 1);
	$('input[name="price"]').click(function(){
		$('div.cena').fadeTo("fast", 0.5);
		$(this).parents("div:eq(1)").fadeTo("fast", 1);
	});
*/
    //lightbox
	
    /*
    var p_width = parseInt($("#product_photo_width").attr('value'));
    var p_height = parseInt($("#product_photo_height").attr('value'));
    var p_zoom = parseFloat($("#product_photo_zoom_v").attr('value'));
    /*$("#product_photo_wrap").gzoom({
        sW: p_width,
        sH: p_height,
        lW: (p_width * p_zoom),
        lH: (p_height * p_zoom), 
        lighbox : false,
        frameWidth: 1,
        loaderContent: ''
    });*/

	/*$('#product_photo_lupa').loupe({
	  width: 200,
	  height: 150,
	  loupe: 'product_photo_lupa'
	});*/
});


