// JQuery Start
/*--------------------------------------------------------------------------------------------------*/
jQuery.noConflict();
jQuery(document).ready(function(){

	jQuery('img.aligncenter').parent().addClass('aligncenter');
	
	jQuery('div.post_content img:not("div.no-caption img")').jcaption();

});
