.journalnavimage { float: left; margin: 0; background-color: #666666; cursor: pointer; }
.journalnavimage:hover { background-color: #ffcc00; animation: imagelinkfade .5s ease-out; animation-fill-mode: forwards; -webkit-animation: imagelinkfade .5s ease-out; -webkit-animation-fill-mode: forwards; }
@keyframes imagelinkfade { 0% { background-color: rgba(102,102,102,1); } 100% { background-color: rgba(102,102,102,0); } }
@-webkit-keyframes imagelinkfade { 0% { background-color: rgba(102,102,102,1); } 100% { background-color: rgba(102,102,102,0); } }
