$(document).ready(function() {
  $("body").addClass("js");
  $("ul li:first-child").addClass('first');
  $("ul li:last-child").addClass('last');
  $("#right .block:last-child").addClass('noborder');
  $("a.fancybox").fancybox({
    'transitionIn'	:	'fade',
    'transitionOut'	:	'fade',
    'speedIn'		:	200, 
    'speedOut'		:	200, 
    'overlayShow'	:	true,
    'titlePosition'	:	'over',
    'overlayOpacity':	0.7,
    'overlayColor'	:	'#000',
    'padding' : 1
  });
  $("a.leadimg").fancybox({
    'transitionIn'	:	'fade',
    'transitionOut'	:	'fade',
    'speedIn'		:	200, 
    'speedOut'		:	200, 
    'overlayShow'	:	true,
    'titleShow' : false,
    'overlayOpacity':	0.9,
    'overlayColor'	:	'#000',
    'padding' : 0
  });
  //tabs
  $("#tabs").tabs();
  $("#rtabs").tabs();

  $('#topnews .cycle').before('<div id="nav">');
  $('#topnews .cycle').cycle({
    pager:  '#nav',
    pause: 1
    //fx: 'scrollLeft'
  });
  $('#topnews #nav a').wrapInner('<span class="hidescr"></span>');

  $('#operacie-right ul').cycle({
    fx: 'scrollHorz',
    speed:  'fast', 
    timeout: 0, 
    next:   '#operacie-next', 
    prev:   '#operacie-prev'
  });
  $('#leaders .leaders-other ul').cycle({
    fx: 'scrollLeft',
    speed:  'fast', 
    pause: 1
  });
  $('#galleria-wrap').hide();
  // galleria
  $('#galleria').galleria({
    width:800,
    height:650
  });
});
