        .trigger 
        {
            position: relative;
        }
        
        #rixpopup
        {
	    left:-70px;   
        }
     
        #lfpopup
        {
	    left:15px;   
        }
        
        #nrjpopup
        {
	    left:78px;   
        }
        
        #starpopup
        {
	    left:146px;   
        }
        
        #banditpopup
        {
	    left:230px;   
        }
        
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        	width:225px;
        	height:85px;
        	background-image: url(/img/tooltip/toolbox.png);
        	background-repeat: no-repeat;
        }
		
        .poptext
        {
	    margin-left:10px;
	    margin-top:20px;   
	    width:190px;
	    text-align:center;
        }
