    // jquery initialize:
$(function() {
	  $(".colorbox").colorbox({current:""});
    $(".lightbox").colorbox({current:""});
    $("a[href*='.jpg']").colorbox({current:""});
    $(".colorboxgalerie").colorbox({current:"{current}/{total}"});
    $(".colorbox_iframe").colorbox({width:"700", height:"400",initialWidth: "700", initialHeight: "350", transition: "none", opacity: "0.85", iframe:true});
})

    
$(function(){
  $("#icons").fadeTo("slow", 0.7);
  $("#icons").hover(function(){
  $(this).fadeTo("slow", 1.0);
  },function(){
  $(this).fadeTo("slow", 0.7);
  });
  });

$(document).ready(function() {
    // fb social pluginy
      /*
      window.fbAsyncInit = function() {
      	FB.init({
      		appId: '199358750083243',
      		status: true,
      		cookie: true,
      		xfbml: true
      	});
      };
      */
      
      (function() {
      	var e = document.createElement('script');e.async = true;
      	e.src = document.location.protocol + '//connect.facebook.net/cs_CZ/all.js#xfbml=1';
      	document.getElementById('fb-root').appendChild(e);
      }());  
})

