.button {
margin-right:5px;
float:left;
}



#add_album {
  background:url('imgs/add_album.png');
  width:110;
}
#add_album:hover {
  background:url('imgs/add_album_h.png');
}

#add_photo {
  background:url('imgs/add_photo.png');
  width:110;
}
#add_photo:hover {
  background:url('imgs/add_photo_h.png');
}

#delete_album {
  background:url('imgs/delete_album.png');
  width:116;
}
#delete_album:hover {
  background:url('imgs/delete_album_h.png');
}