/* Author: Mark Darling
           Develop in Style Limited
*/

$(document).ready(function() {
  /* Fix older handling of last-child in browsers */
  $("li:last-child").addClass("last");
  
  
  /* A little bit of help to get the grid view laid out correctly */
  $(".gridlisting li:nth(4)").addClass("clear");
  $(".gridlisting li:nth(1), .gridlisting li:nth(3), .gridlisting li:nth(6), .gridlisting li:nth(9)").addClass("end");
  $("#slider").easySlider({ controlsShow: true, numeric:true });
  $(".locationsearchform #name").watermark("Search members via keyword");
});






















