$(document).ready(function() {

/*
  // external links
  $('div#page-content a:not([href*="ekopanely.cz"])').each(function(){
    $(this).bind('click', function(){
      window.open(this.href);
      return false;
    }).attr("title", this.title + " [externí odkaz]");
  });
*/

  // slideshow
	$('div#slider').easySlider({
		auto: true,
		continuous: true,
		controlsFade: true,
		numeric: false,
    pause: 3500,
		title: 'Výhody GOLEM-REALITY.cz'
	});

  // lightbox
  $('div.photogallery a[rel*=lightbox]').lightBox({
   fixedNavigation:true,
   containerResizeSpeed: 350,
   txtImage: 'Obrázek',
   txtOf: 'z'
 });

});

