//--------------------------------------------------------------------------
//  
//  assists js
//  
//  (C) Remixpoint, Inc. All Rights Reserved.
//  
//  2008 Remixpoint, Inc.
//  http://www.remixpoint.co.jp
//
//  Last Modified: 2009-01-30
//  Last Editor: Toshiyuki Hara
//
//--------------------------------------------------------------------------
var j$ = jQuery;

var val = jQuery.browser.version;

j$(function(){

  // shoplist
　jQuery('div#anchorNav ul li:last-child, div.areaBox dl:last-child').addClass('lastChild');

  // catalogue
　jQuery(".catalogue #thumbnailImage li:nth-child(6n)").addClass("noMargin");

  // collection
　jQuery(".collection #collections li:nth-child(5n)").addClass("noMargin");


  // coordinate
  jQuery(".coordinate .entry table td:first-child").addClass("firstChild");
　jQuery(".coordinate .entry table td:last-child").addClass("lastChild");

});




