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