.flickrpress-container {
   overflow: none;
}
.flickrpress-container div {
   float: none;
   display: inline-block;
   background: white;
   margin: 4px;
}
.flickrpress-container div span {
   /* See below */
   display: none;
}
.flickrpress-container img { width: 62px; }
}

/* Download iepngfix.htc from http://www.twinhelix.com/css/iepngfix/ then create ie.css with the following,
   and link it in to your template's header.php:
   <!--[if lt IE 7]>
   <link rel="stylesheet" href="/path/to/ie.css" type="text/css" media="screen" />
   <![endif]-->
   */

/*
.flickrpress-container div span {
   behavior: url(iepngfix.htc);
}
*/