$(function(){

	
    $('#content').masonry({
        columnWidth: 250, 
         itemSelector: '.container' 
    });
    
        
	/*	   
	$("#pages_nav").find('.current').each(function() {
		$(this).css('color', '#454545');
		//current is in the main navi 
		if($(this).parent().parent().attr('id')){
			//main navi has second navi
			if($(this).parent().find("ul").find("li").size()){
				$(this).next().css('display', 'block');
				//alert("ul");
				//$(this).parent().parent().prev().addclass('color', '#454545');
			}
		//current is in the second navi
		}else{
			$(this).parent().parent().prev().css('color', '#454545');
			$(this).parent().parent().css('display', 'block');
		}
		
		//	
	}); 
	*/
		
	
});
  



/**/
