@namespace url();

@-moz-document domain("flickr.com") {

/* Remove Text Ads */
div#adblock { display: none !important; }
div.adspot { display: none !important; }

/* Remove Transparent Gif Used To Protect Images */
img[src="/images/spaceball.gif"] { display: none !important; }

/* Adjust Thumbnails To Span Space Previously Used By Text Ad Column */
div.ResultsThumbsAd { width: 760px !important; }
div.ResultsThumbsAd div { padding: 0px; margin-right: 10px; margin-bottom: 5px; float: left; text-align: center; width: 180px !important; height: 130px; }

/* Remove Useless Footer - It Is All At The Top Of The Page Already */
div.footer { display: none !important; }

/* Darken The Blinding White A Teeny Tiny Bit */
body { background-color: #fcfcfc !important; }
}