$(function(){
  $("#blfilgcvetcl").bind("click",function(event){
    var popup = $("#tipcvfil");
  	popup.toggleClass("hidden");
    $(document).bind("click.popup", function (e) {
      if ($(e.target).parents("#osndiv1").length === 0) {
        $(popup).addClass("hidden");
        $(document).unbind("click.popup");
      }
    });

});

  $("#blfilgcvetcl1").bind("click",function(event){
    var popup2 = $("#tipcvfil1");
  	popup2.toggleClass("hidden");
    $(document).bind("click.popup2", function (e) {
      if ($(e.target).parents("#osndiv11").length === 0) {
        $(popup2).addClass("hidden");
        $(document).unbind("click.popup2");
      }
    });
});
});

function InstallFancybox() {
	//alert($.browser.version);
	if ('fancybox' in jQuery.fn) {
		if ( ! $.browser.opera || $.browser.version >= 9.5) {
			$("#kino div.images-column a.poster,\
				#actions .poster a,\
				#basic-pages div.gallery-thumbs a,\
				#basic-pages div.djpark-events .poster a,\
				div.frame-4 a,\
				div.photo-part-photo .item,\
				a.fancybox").fancybox({
					'zoomSpeedIn': 300, 
					'zoomSpeedOut': 300,
					'overlayOpacity': 0.6
				});
		}
	}
}
$(function() {
	
	InstallFancybox();
	
	
});
