/* trigger button */

 
/* mouseover state */
#add_to_list:hover {
    background-position:0 -44px ;       
}
 
/* clicked state */
#add_to_list:focus {
    background-position:0 -88px; 
}