// 
//  gallery.js
//  ashleapools
//  
//  Created by Lee Perry on 2010-06-03.
//  Copyright 2010 iCode Solutions Ltd. All rights reserved.
// 

// JQuery
$(function() {
    	  
  $('a.[rel=gallery]').fancybox();
  
});
