.wow .even:hover{
background-color:red;
}

.wow .odd:hover{
background-color:cyan;
}

