// Sets the max width of the images in the BigFeature theme http://vfxdude.com
jQuery(function($){	$("#container img").not(".postimage img").not("img.avatar").not(".ngg-gallery-thumbnail img").addClass('maxwidth'); });
