// ===================================
// Apparel Product Details
// ===================================
  // STYLE: GOLF GLOVE 3.0 Right
  style = {
    name:               'Golf Glove 3.0 Right',
    can_display:        true,
    sku_count:          2,
    has_multiple_sizes: true,
    sizing_name:        'general',
    sizing_tabs:        ['size'],
    sizing_regex:       '/^(.+)$/'
  };
  skus = [];
  var current_sku;
  current_size = null;

  // COLOR: Black
  sku = {
    id:                   101650,
    color:                'Black',
    number:               '94070R-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101650"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889357676",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889357638",
    availability:   "Estimated to ship on 01/19/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "883889357591",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "883889357577",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "883889357652",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/13/a8/BAh7CGkKIgwyNjh4Mzg1aQtsKweRDtFJaQhpArGG.jpg");
  sku.lightbox_images.push("/a/04/02/BAh7CWkKIgo2MDB4MGkLbCsHkQ7RSWkHaQtpCGkCsYY.jpg?size=600x858");
  // COLOR: White
  sku = {
    id:                   101651,
    color:                'White',
    number:               '94070R-100',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101651"] = sku;
  current_sku = sku;

  // SIZE: XS
  upc = {
    id:             "883889357683",
    availability:   "Estimated to ship on 01/19/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889357645",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "883889357607",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "883889357584",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "883889357669",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/4c/26/BAh7CGkKIgwyNjh4Mzg1aQtsKwfiE3pKaQhpArWG.jpg");
  sku.lightbox_images.push("/a/22/7a/BAh7CWkKIgo2MDB4MGkLbCsH4hN6SmkHaQtpCGkCtYY.jpg?size=600x859");
