/* *
 * Zestaw styli dla widgetów z serwisu Flickr.com
 * Sebastian Śledź © 2009
 * */

.imgs, #flickr_badge_wrapper {
   background: #eee !important;
   border: none;
   border-top: 1px solid #888;
   border-bottom: 1px solid #888;
   padding: 0.5em 0.5em 0em 0.5em !important;
   margin: 0.5em 0em;
   text-align: center;
   vertical-align: middle;
}
.flickr_badge_image {
   display: inline;
   margin: 0em !important;
   padding: 0em !important;
}
.flickr_badge_image img {
   border: 1px solid black !important;
   margin: 0em 0.5em 0.5em 0.5em !important;
}
