jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery("input[type=file]").filestyle({
		image: "/wp-content/themes/achimer_net/style/images/button_fileupload.gif",
		imageheight : 25,
		imagewidth : 137,
		width : 250
	 });
});