@charset "utf-8";
/* CSS Document */

/* set the spacing between thumbnails */

.prettyGalleryThumb{
      float:left;
      margin: 2%;
      line-height: 0.2em;
      border: solid 1px #222;
      
    }
    
/* set the border of the thumbnail hovered on */	
.prettyGalleryThumb:hover{
      float:left;
     border: solid 1px #f90;     
    }