#pg { width:600px;
height:380px;
padding:5px;
padding-top:15px;
}

#pg ul { list-style:none;
padding:0;
margin:0;
width:180px;
position:relative;
float:left;
}
#pg ul li { display:inline;
width:52px;
height:52px;
float:left;
margin:0 0 8px 8px;
}
#pg ul li a { display:block;
width:50px;
height:50px;
text-decoration:none;
border:1px solid #000;
}
#pg ul li a img { display:block;
width:50px;
height:50px;
border:0;
}
#pg ul li a:hover { white-space:normal;
border-color:#0066CC;
background-color:#0066CC;
}
#pg ul li a:hover img { position:absolute;
left:190px;
top:0;
width:400px;
height:340px;
border:1px solid #000;
}

#pg ul li a span {display:none}

#pg ul li a:hover span { display:block;
position:absolute;
left:5px;
top:130px;
width:400px;
height:340px;
font-size:12px;
color:#0066CC;
}

#bigimage { position:absolute;
float:left;
left:190px;
top:0;
border:1px solid #000;
z-index:0;
}

