//$(document).ready(function() {alert('hej') };

/*$(document).ready(function() {
	// Use this example, or...
	$('.image-container a').lightBox(); // Select all links that contains lightbox in the attribute rel
});*/

$(document).ready(function(){
			$(".lightbox").lightbox({fitToScreen: true, fixedNavigation:true, nextLinkText:"sadgdg", txtOf:"av"});
		});


