.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

/*.image h2 { 
   position: absolute; 
   top: 180px; 
   left: 2px; 
   margin:0px;
   width: 28%; 
   background:grey;
   color:white;
   font-weight:bold;
   padding:5px;
	white-space:nowrap;

}
*/


.image h2 { 
   position: absolute; 
   top: 2px; 
   left: 2px; 
   margin:0px;

   background:grey;
   color:white;
   font-weight:bold;
   padding:5px;
  white-space:nowrap;
   font-size:12px;
   padding-right:9px;
}