$(document).ready(function() {
  $("a[rel='gallery']").colorbox({opacity:0.80, current: '{current} / {total}'});
  $("a.video").colorbox({opacity:0.80, iframe:true, innerWidth:425, innerHeight:344});
  $(".pro_detail").each(function() {
    $(this).simpletip({ content: $("#detail-" + ($(this).attr('rel'))).html() });
  });
  $('a.titlebox').hover(
    function() { $('span.outer', this).stop(true, false).animate({top:150}, 'fast'); }, 
    function() { $('span.outer', this).stop(true, false).animate({top:240}, 'fast'); }
  );
  $("a.objednavka").colorbox({opacity:0.80, innerWidth:800, innerHeight:500});
});
