/*   
 Gallery-RSS example stylesheet for using the various layouts.
 see: 
  http://www.smartbrother.org/archives/2004/12/31/gallery_rss-announce/
  for the plugin. div CSS adapted from an article from A List Apart:
  	http://www.alistapart.com/articles/practicalcss/
*/

.gallery-rss-thumbnail {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 5px;
}

div.gallery-rss-float {
  	float: left;
}
      
div.gallery-rss-float p {
	text-align: center;
}

div.gallery-rss-container {
	border: 1px solid #fff;
}

div.gallery-rss-spacer {
	clear: none;
}

