DIV#links {
	z-index: 100; position: relative; display:fixed;
}
DIV#links A {
	DISPLAY: inline;
}
DIV#links A:hover {
	BORDER-RIGHT: none; 
}

div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img { z-index: 200; display: block; position: relative;
    top: 5px; left: 5px; height: 205px; width: 256px;}

