/* CSS Document */

.box img{
border: 1px solid #eee;
}

.box:hover img{
border: 1px solid red;
}

.box:hover{
color: red; /* irrelevant definition to overcome IE bug */
}