diff --git wp-admin/includes/media.php wp-admin/includes/media.php
index 0bf50c1..10b9d11 100644
--- wp-admin/includes/media.php
+++ wp-admin/includes/media.php
@@ -1085,7 +1085,7 @@ function get_media_item( $attachment_id, $args = null ) {
 	foreach ( $form_fields as $key => $val ) {
 		if ( 'menu_order' == $key ) {
 			if ( $gallery )
-				$order = "<div class='menu_order'> <input class='menu_order_input' type='text' id='attachments[$attachment_id][menu_order]' name='attachments[$attachment_id][menu_order]' value='" . esc_attr( $val['value'] ). "' /></div>";
+				$order = "<div class='menu_order hide-if-js'> <input class='menu_order_input' type='text' id='attachments[$attachment_id][menu_order]' name='attachments[$attachment_id][menu_order]' value='" . esc_attr( $val['value'] ). "' /></div>";
 			else
 				$order = "<input type='hidden' name='attachments[$attachment_id][menu_order]' value='" . esc_attr( $val['value'] ) . "' />";
 
@@ -1602,7 +1602,7 @@ function media_upload_gallery_form($errors) {
 	$form_action_url = admin_url("media-upload.php?type=$type&tab=gallery&post_id=$post_id");
 	$form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
 	$form_class = 'media-upload-form validate';
-	
+
 	if ( get_user_setting('uploader') )
 		$form_class .= ' html-uploader';
 ?>
@@ -1635,7 +1635,6 @@ jQuery(function($){
 <table class="widefat" cellspacing="0">
 <thead><tr>
 <th><?php _e('Media'); ?></th>
-<th class="order-head"><?php _e('Order'); ?></th>
 <th class="actions-head"><?php _e('Actions'); ?></th>
 </tr></thead>
 </table>
