jQuery.noConflict();
jQuery(document).ready(function(){
		jQuery('a[@href$=".jpg"], a[@href$=".gif"], a[@href$=".png"]').addClass("thickbox");
});

