Sorry, here is the wallet screenshot:
Can you show the transactions tab? That will have the full transaction list. There may be other transactions that spent the large transactions.
So with the zero fee, I just have to wait it out?
If you are using Bitcoin Core 0.12.0 or 0.12.1, you can go to Help > Debug Window and click on the Console tab. Then type in the box at the bottom
abandontransaction aaddeaa91cc7ed77b58044fa274cd6abaa0dd46b90f42a5bf05ab052775e0f28
If it doesn't give you an error, you should then be able to respend the inputs spent by that transaction.
If you do get an error, start Bitcoin Core with the
-zapwallettxes option. To do that, right click the shortcut for Bitcoin Core and choose "Properties". Then in the box labeled "Target", go all the way to the right in that box, past all of what is already there. Then add
-zapwallettxes. Make sure there is a space between that and what is already in the box. Then click OK and double click the shortcut to start Bitcoin Core. When it is fully started, you can edit the shortcut again and remove what you just added.
So when you respend them, make sure that you include a fee. To get a good fee, click the "Choose" button next to "Transaction Fee" on the send tab and choose the radio button for "Recommended". Then slide the slider all the way to the right to "fast". That will get you a high enough fee to have the transaction confirm quickly.