In the sets tab, each set (except the first one) has a top border to give some separation, but I would like to remove this. I looked in all the css files and its not there because it is dynamically generated and hard coded. Where in the code can i go to remove this?
http://wordpress.org/extend/plugins/flickr-gallery/
fixed it... for anyone else that might have a problem with this hard coded style the change can be made on approximately line 537 and looks like jQuery('#sets .flickr-set:not(:first)').css({borderTop:"1px solid #D3D3D3", paddingTop: ".5em"});