$(document).ready(function(){

if($('#antispamblock').length){
    $('#antispam').val('777');
    $('#antispamblock').hide();
}  


$(".banner").fancybox({
  'scrolling': false,
  'width':290,
  'height':289
}); 


});

// Fancybox
$(document).ready(function() {

if ($('a[rel=lightbox]').length) {
	$("a[rel=lightbox]").fancybox({
		'titlePosition': 'over',
		'titleFormat': function(title, currentArray, currentIndex, currentOpts){
		return '<span id="fancybox-title-over">Obrázek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
	}
});
}

});//End Fancybox


