$(document).ready(function() {	
	gallerySlider();
	fotogalerie();
});

function gallerySlider()
{
	$("#ctop_slider").prettyGallery({
		itemsPerPage : 8,
		animationSpeed : 'normal',
		navigation : 'bottom',
		of_label: ' z ',
		previous_title_label: 'Další stránka',
		next_title_label: 'Předchozí stránka',
		previous_label: 'Předchozí',
		next_label: 'Další'
	});

	$('#ctop_slider a').lightBox({
		imageLoading: 'http://'+document.location.host+'/images/lightbox-ico-loading.gif',
		imageBtnClose: 'http://'+document.location.host+'/images/lightbox-btn-close.gif',
		imageBtnPrev: 'http://'+document.location.host+'/images/lightbox-btn-prev.gif',
		imageBtnNext: 'http://'+document.location.host+'/images/lightbox-btn-next.gif',
		containerResizeSpeed: 500,
		txtImage: 'Fotografie',
		txtOf: 'z'
	});
}

function fotogalerie()
{
	if(($("#fotogalerie") != null || $("#fotogalerie") != 'undefined') && $("#fotogalerie").attr("class") != 'xxxpppooo')
	{
		$("#fotogalerie a").lightBox({
			imageLoading: 'http://'+document.location.host+'/images/lightbox-ico-loading.gif',
			imageBtnClose: 'http://'+document.location.host+'/images/lightbox-btn-close.gif',
			imageBtnPrev: 'http://'+document.location.host+'/images/lightbox-btn-prev.gif',
			imageBtnNext: 'http://'+document.location.host+'/images/lightbox-btn-next.gif',
			containerResizeSpeed: 500,
			txtImage: 'Fotografie',
			txtOf: 'z'
		});
	}
}
