/* Lightbox - prizpusobeni */

$(document).ready(function(){
			
	var width = screen.width/1.75;
	var height = screen.height/1.5;	
	$('a.lightbox').lightBox({
        maxHeight: height, 
        maxWidth: width
    }); 	
	
});

