Round Diamonds:
24 Stones - 3.50ct. tw.
VS1/VS2-Clarity
G/H-Color
Round Sapphire:
18 Stone - 4.00ct. tw.
AA-Quality
Metal Weight:
10.04 Grams
Length:
7 Inches
// selectCallback is the callback name in Timber
var selectCallback = function(variant, selector) {
// Simply toggle on/off the panel according to the variant selected
$('.description').css('display', 'none');
$('#' + variant.id).css('display', 'block');
// rest of the Timber code
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device