$(function () {
			
			$('.ringsBanner').each(function () {
           
            var time = 150;
            var hideDelay = 1;
			var hideDelayTimer = null;
            var beingShown = false;
            var shown = false;
			
			
		   var trigger = $('.trigger', this);
            var info = $('.popup', this).css('opacity', 0);
							
            $([trigger.get(0), info.get(0)]).mouseover(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
								 if (beingShown || shown) {
                    // don't trigger the animation again
                    return;
                } else {
                    // reset position of info box
                 
              
						info.show(150,function(){
											 
											 info.css({opacity:1});
											 beingShown = false;
											 shown = true;
											 });
						
				}
                return false;
            }).mouseout(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
                hideDelayTimer = setTimeout(function () {
                  hideDelayTimer = null; 
				   info.hide(150,function(){
											 
											 info.css({display:'none'});
											 
											 });
                    shown = false;
                }, hideDelay);

                return false;
            });
        });
			});

//
$(function () {
			
			$('.bangle_banner').each(function () {
           
            var time = 150;
            var hideDelay = 1;
			var hideDelayTimer = null;
            var beingShown = false;
            var shown = false;
			
			
		   var trigger = $('.trigger', this);
            var info = $('.popup', this).css('opacity', 0);
							
            $([trigger.get(0), info.get(0)]).mouseover(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
								 if (beingShown || shown) {
                    // don't trigger the animation again
                    return;
                } else {
                    // reset position of info box
                 
              
						info.show(150,function(){
											 
											 info.css({opacity:1});
											 beingShown = false;
											 shown = true;
											 });
						
				}
                return false;
            }).mouseout(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
                hideDelayTimer = setTimeout(function () {
                  hideDelayTimer = null; 
				   info.hide(150,function(){
											 
											 info.css({display:'none'});
											 
											 });
                    shown = false;
                }, hideDelay);

                return false;
            });
        });
			});

$(function () {
			
			$('.pendantBanner').each(function () {
           
            var time = 150;
            var hideDelay = 1;
			var hideDelayTimer = null;
            var beingShown = false;
            var shown = false;
			
			
		   var trigger = $('.trigger', this);
            var info = $('.popup', this).css('opacity', 0);
							
            $([trigger.get(0), info.get(0)]).mouseover(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
								 if (beingShown || shown) {
                    // don't trigger the animation again
                    return;
                } else {
                    // reset position of info box
                 
              
						info.show(150,function(){
											 
											 info.css({opacity:1});
											 beingShown = false;
											 shown = true;
											 });
						
				}
                return false;
            }).mouseout(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
                hideDelayTimer = setTimeout(function () {
                  hideDelayTimer = null; 
				   info.hide(150,function(){
											 
											 info.css({display:'none'});
											 
											 });
                    shown = false;
                }, hideDelay);

                return false;
            });
        });
			});



$(function () {
			
			$('.earringBanner').each(function () {
           
            var time = 150;
            var hideDelay = 1;
			var hideDelayTimer = null;
            var beingShown = false;
            var shown = false;
			
			
		   var trigger = $('.trigger', this);
            var info = $('.popup', this).css('opacity', 0);
							
            $([trigger.get(0), info.get(0)]).mouseover(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
								 if (beingShown || shown) {
                    // don't trigger the animation again
                    return;
                } else {
                    // reset position of info box
                 
              
						info.show(150,function(){
											 
											 info.css({opacity:1});
											 beingShown = false;
											 shown = true;
											 });
						
				}
                return false;
            }).mouseout(function () {
                if (hideDelayTimer) clearTimeout(hideDelayTimer);
                hideDelayTimer = setTimeout(function () {
                  hideDelayTimer = null; 
				   info.hide(150,function(){
											 
											 info.css({display:'none'});
											 
											 });
                    shown = false;
                }, hideDelay);

                return false;
            });
        });
			});
