$(document).ready(function(){		

	$("div.contentItemPhoto a").lightBox({
		imageLoading: '/grafika/jquery/lightbox/loading.gif',
        imageBtnClose: '/grafika/jquery/lightbox/close.gif',
        imageBtnPrev: '/grafika/jquery/lightbox/prev.gif',
        imageBtnNext: '/grafika/jquery/lightbox/next.gif',
        txtImage : 'Obrázek',
        txtOf : 'z'
	});	
	
	$('#fbFeed').fbWall({
		id:'112565868764696', 
		//accessToken:'206158599425293|1df31a8727c3377cea29f485.1-100000221135225|YRxEUQA5gDlA4yFvGCBI3IMYO8U',
		accessToken: 'AAAC7gAoWDQ0BAAUOqxF5KFheWKm6gH5uI57ZBZAVHfKsZBNwxdnkq5y1mse1aXS5p2WnQZAIAG8TMg0ZAHksQfgfNLVT4JdbR4qHqWBXZA6QZDZD',
		showGuestEntries:false,
		showComments:false,
		max:7,
		timeConversion:24
	});
	
	$("#mainImg ul").innerfade({ 
		animationtype: 'fade', 
	 	speed: 1500, 
	 	timeout: '3000', 
	 	type: 'random_start', 
	 	containerheight: '313px'
	}); 

}); 

