$(document).ready(function() {

  $('.new').attr('target','_blank');

  //var imageWidth = $('.image img').width();
  //var imageWidth = 286;
  //var imageWidth = 530;
  //$('.image').css('width',imageWidth+'px');
  //$('.info').css('width',(610-imageWidth-30)+'px');
  
  $("a[rel='modal']").colorbox();

  $('.toggle').click(function () {
    $(this).next().slideToggle(300);
    return false;
  });
  
  
});
