Center Stone: None, Fits 6.0mm Stone
Side Stones: 70 Natural Round Diamonds
Weight: 0.43CT
Clarity: VS2/SI1
Color: H/I
Mounting: 18K White Gold
Weight: 5.00 grams
// 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