
    $(document).ready(function(){
      $(".ccboxframe").colorbox({width:"850px", height:"420px", iframe:true});
            $(".ccboxnews").colorbox({width:"600px", height:"380px", iframe:true});
      
            $(".ccimage").colorbox({});
  
    
    });
 
