.agenda { float: right; margin-right: -10px; margin-top: -2px; background: url(http://i1234.photobucket.com/albums/ff411/SweetLG/218.png); background-repeat: no-repeat!important; width: 64px; height: 25px; } .agenda2:hover .agenda {background-position: -0px -25px;} .agenda2 { text-align: left; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-right: 7px; background: #8d9eb0; padding: 1px 5px 4px 5px; margin-bottom: 7px; } .agenda2:hover { background: #f0ced3; } .agenda2 .title { color: #495769; font-size: 8px; font-weight:none; font-family: silkscreen; font-style: italic; text-shadow: 1px 1px 0px #bac5d4; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .agenda2:hover .title { color: #fff; text-shadow: 1px 1px 1px #ebb7be; padding-left: 15px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }