


$(document).ready(function()
{
		
  $("a[rel='galery']").colorbox({transition:"fade", maxWidth:"75%", maxHeight:"75%",scalePhotos:true});  

  if($('.gallery'))
  {
    $('.gallery').masonry({
      itemSelector : '.imgleft'
    });
  }

});

