diff --git a/tpl/default/layout.css b/tpl/default/layout.css
index 2928513161275c05628a9bdd699fc27fe6ae7852..63fefd4346dbe5ef5fbd051da5b183b75c0d4b95 100644
--- a/tpl/default/layout.css
+++ b/tpl/default/layout.css
@@ -100,15 +100,17 @@ div.uploadform {
 .mediaselect-left {
   float:left;
   padding: 0.5em;
-  height:230px;
-  overflow:auto;
+/*  height:230px;
+  overflow:auto;*/
 }
 
 .mediaselect-right {
   float:right;
   border-left: 1px solid #8cacbb;
   padding: 0.5em;
-  width:350px;
+  width: 50%;
+  max-width: 50%;
+/*  width:350px;
   height:230px;
-  overflow:auto;
+  overflow:auto;*/
 }
diff --git a/tpl/default/media.php b/tpl/default/media.php
index ccd140cd736f1bb2a11d5fbfa2139449b6abf6fd..a781ec16678e3cf8dcfe1ef5333178308bc040d3 100644
--- a/tpl/default/media.php
+++ b/tpl/default/media.php
@@ -28,7 +28,7 @@
   <style type="text/css">
     /* that IE 5+ conditional comment makes this only visible in IE 5+ */
     /* IE bugfix for transparent PNGs */
-    img { behavior: url("<?=DOKU_BASE?>/pngbehavior.htc"); }
+    //img { behavior: url("<?=DOKU_BASE?>/pngbehavior.htc"); }
   </style>
   <![endif]-->
 </head>
@@ -37,7 +37,7 @@
 <div class="dokuwiki">
   <?html_msgarea()?>
 
-  <h1><?=hsc($lang['mediaselect'])?></h1>
+  <h1><?=hsc($lang['mediaselect'])?> <code><?=hsc($NS)?></code></h1>
 
   <div class="mediaselect">
 
@@ -48,8 +48,6 @@
 		</div>
 
     <div class="mediaselect-right">
-      <b>Available files in</b> <code><?=hsc($NS)?>:</code>
-
       <?tpl_mediafilelist()?>
 
 			<div class="uploadform">