Link text jumping down when hover

On this page: http://www.cursos-chino.com/cursos-de-chino-KCS-informacion-curso.html

the text in the links keep jumping down when I hover over them.

Any solution to put an end to their wild ride is welcomed :smiley:

Thx all

Hi try adding this to your style:

.test a:hover img{
	    	display: inline;
    		vertical-align: middle;
		border: none;    	
	}

Great! Worked thx so much!

Cheers!