.flickrpress-container {
   overflow: auto;
}
.flickrpress-container div {
   float: left;
   background: white;
   padding: 2px;
   margin: 4px;
   border: 1px solid #DDD;
}
.flickrpress-container div span {
   /* See below */
   display: none;
}


/* Styling from http://www.webdesignerwall.com/tutorials/css-decorative-gallery/
 * Note: This will generally only work with square thumbnails. */

/*
.flickrpress-container div img {
   width: 48px;
   height: 48px;
   position: relative;
}

.flickrpress-container div span {
   z-index: 1;
   width: 48px;
   height: 48px;
   display: block;
   position: absolute;
   background: url(images/flickr-border.png) no-repeat;
}
*/

/* 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);
}
*/