Durham Barrel Vase 7" (CM# 53569) Cart
Durham Barrel Vase 7"
Durham Barrel Vase 7"
Product Information
Quantity Price
Please contact for pricingYou must call for pricing on this item.
Durham Barrel Vase 7" (CM# 53569)
Simple style coupled with handcrafted elegance make this lead crystal vase a perfect choice for recognizing leadership and achievement.
Weight:
2.75 LBS
Size:
5-1/2" Dia. x 7" H
Imprint Area:
2-1/2" W x 2-1/2" H
Material:
Lead Crystal
Production Time
6 - 8 Working Days
Product Disclaimer: Product disclaimers
 
 
 
 
 
 
") !== "none") { pos = $j("#menu_bar_mobile #mobile-menu-control"); } if (pos) { return (pos.offset()); }else{ return 0; } } function redistribute_dots() { var li_width = 9; //half the width of the font-size for the list style var w = Math.floor(($j('#real_pager_lis').width() / $j('.real_page').length) / 2) - li_width; var wx = String(w) + "px"; $j('.real_page').css("margin", "0 " + wx); } function resize_banner_images() { var w = $j('#banner_container').width(); $j('#homePage #banner_container div img,#homePage #banner_container div a img').css("width", String(w) + "px"); var h = $j("#banner_container div div img").css("height"); if (parseInt(h) < 100) { h = "350px"; } $j("#banner_container").css("height", h); } function prep_sidenav() { $j("#sidenav ul li a").each(function() { if ($j("#sidenav").css("display") === "block") { if ($j(this).next().is('ul')) { $j(this).addClass("has_subs"); }else{ $j(this).addClass("no_subs"); } } }); } function cycle_banner(what) { if (!jQuery("#banner_container").length) { return false; } var bodyId = $j('body').attr('id'); var storeId = bodyId.split('_')[1]; if (what === 'start') { var config = { fx: 'scrollHorz', easeIn: 'easeInOutQuint', easeOut: 'easeInOutQuint', speed: 1500, sync: true, timeout: 3000, //delay: 8000, next: '#banner_next', prev: '#banner_previous', /* Slider navigation dots set to display: none in css/header/3/3030.inc.php - CM-744 */ pager: '#real_pager_lis', pause: 1, pagerAnchorBuilder: function(idx,slide) { return '#real_pager_lis li.real_page:eq('+idx+')'; }, updateActivePagerLink: function(pager, currSlideIndex) { // the default function doesn't work in ie < 8 $j(pager).find('li').removeClass('activeSlide') .filter('li:eq('+currSlideIndex+')').addClass('activeSlide'); } }; switch (storeId) { case '251343': case '251924': case '251690': config['timeout'] = 6000; break; case '251365': config['timeout'] = 5000; break; case '211953': config['timeout'] = 4000; break; } $j('#banner').cycle(config); }else{ $j('#banner').cycle(what); } }