    $(document).keydown(function(event){
            if (event.keyCode == '37') {
              if($('a.left').size()>0)
                 window.location = $('a.left').attr("href");
             }
            if (event.keyCode == '39') {
              if($('a.right').size()>0)
               window.location = $('a.right').attr("href");
             }
    });


	$('document').ready(function (){
		   

      $('a.colorbox').colorbox({opacity:'0.5', close: 'Zavřít', rel:'group'});
          
      //Cufon.replace('#menu .grid_4>div>a, .helv');
      
      if($.browser.msie){
   

      curvyCorners({tl: { radius: 20 },tr: { radius: 20 },bl: { radius: 20 },br: { radius: 20 },antiAlias: false}, '.border');
      curvyCorners({tl: { radius: 10 },tr: { radius: 10 },bl: { radius: 10 },br: { radius: 10 },antiAlias: false}, '.border_inner');
      
      curvyCorners({tl: { radius: 10 },tr: { radius: 10 },bl: { radius: 0 },br: { radius: 0 },antiAlias: false}, '.shadow_top');
      curvyCorners({tl: { radius: 0 },tr: { radius: 10 },bl: { radius: 0 },br: { radius: 10 },antiAlias: false}, '.shadow_right');
      curvyCorners({tl: { radius: 0 },tr: { radius: 0 },bl: { radius: 10 },br: { radius: 10 },antiAlias: false}, '.shadow_bottom');
      curvyCorners({tl: { radius: 10 },tr: { radius: 0 },bl: { radius: 10 },br: { radius: 0 },antiAlias: false}, '.shadow_left');
      
      curvyCorners({tl: { radius: 10 },tr: { radius: 10 },bl: { radius: 0 },br: { radius: 0 },antiAlias: false}, '.shadow_2_top');
      curvyCorners({tl: { radius: 0 },tr: { radius: 10 },bl: { radius: 0 },br: { radius: 10 },antiAlias: false}, '.shadow_2_right');
      curvyCorners({tl: { radius: 0 },tr: { radius: 0 },bl: { radius: 10 },br: { radius: 10 },antiAlias: false}, '.shadow_2_bottom');
      curvyCorners({tl: { radius: 10 },tr: { radius: 0 },bl: { radius: 10 },br: { radius: 0 },antiAlias: false}, '.shadow_2_left');
      }
      else{
      
      $('.border').corner("20px");
      $('.border>div').corner("10px");
      $('.border-sm').corner("5px");
      
      $('#menu .grid_4>div:first-child>a,#menu .grid_4>div.active:first-child>a').corner("left 10px");
      
      $('.shadow_top').corner("top 10px");
      $('.shadow_right').corner("right 10px");
      $('.shadow_bottom').corner("bottom 10px");
      $('.shadow_left').corner("left 10px"); 
      
      $('.shadow_2_top').corner("top 10px");
      $('.shadow_2_right').corner("right 10px");
      $('.shadow_2_bottom').corner("bottom 10px");
      $('.shadow_2_left').corner("left 10px");         
      }             
    
  });
    
