I would like to add a different icon to this set that includes: Mouse etc
1.  add graphics (png)
2. Change Code?
style1.css  
a) .gkLightbulb > span { background-image: url('../images/style1/gk_lightbulb.png'); }
b) .gkLightbulb:hover > span { background-image: url('../images/style1/gk_lightbulb.png'); }
gk.stuff.css
a) 
.gkLightbulb > span { background: transparent url('../images/style1/gk_lightbulb.png') no-repeat 0 0 }
               
                
               
          