/* 
Plugin Name: GalleryShot SW
Plugin URI: http://impnerd.com/galleryshot-sw
Description: Displays recent images from posts. Each image links to the post associated with the image.
Version: 1.1.1
Author: impNERD.com
Author URI: http://impnerd.com/

-- Copyright (c) 2008  Gary R. Hess  http://impnerd.com (email: gary.hess+feedback@gmail.com)
*/

#gs_sw {
}

#gs_sw img {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

#gs_sw > a {
  border: 0 none #fff !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#gs_sw img.gsimg {
  margin: 1px;
}

#gs_sw img.gsBimg {
  margin: 0;
}
