[id="W0916524291"] bodycopy {
}
[id="W0916524291"] bodycopy a:hover {
font-style: italic;
color: grey;
}
.img_wrapper {
position: relative;
}
.hover_img {
position:fixed;
top:311px;
left: 668px;
z-index: 1;
display: none;
}
.img_wrapper:hover > .hover_img {
display: block;