/* CSS Document for Magnifying an image on mouse over*/

#image {position:relative; width:120px; top:4px;background-color:#fff; z-index:100;}
#image a.p1, #image a.p1:visited {display:block; width:120px; height:30px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#image a img {border:0;}
#image a.p1:hover {text-decoration:none; background-color:none; color:#000;}
#image a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#image a.p1:hover .large {display:block; position:absolute; top:-365px; left:-100px; width:400px; height:300px; border:10px solid #ccc;}

#info {z-index:100; height:22em;}