// Sets the max width of the images in the BigFeature theme http://vfxdude.com
jQuery(function($){	$("#container img").not(".postimage img").css({ 'height' : 'auto', 'max-width':'100%', 'width':'auto' }); });
