/* credits: John Ryan @ www.freecssmenus.co.uk */
#pg {
	width:370px;
	padding:5px;
	padding-top:15px;
	height: 240px;
}
#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:#666633;
	background-color:#660000;
}
#pg ul li a:hover img {
position:absolute; 
left:190px; top:0; 
width:auto; 
height:110px; 
border:1px solid #000;
}
#pg ul li a span {display:none}
#pg ul li a:hover span {
display:block;
position:absolute; 
left:200px; 
top:120px; 
width:170px; 
height:auto;
font-size:10px;color:#999999;
}
#pg2 {
	width:370px;
	padding:5px;
	padding-top:15px;
	height: 190px;
}
#pg2 ul {
list-style:none; 
padding:0; 
margin:0; 
width:180px; 
position:relative; 
float:left;
}
#pg2 ul li {
display:inline; 
width:52px; 
height:52px; 
float:left; 
margin:0 0 8px 8px;
}
#pg2 ul li a {
display:block; 
width:50px; 
height:50px; 
text-decoration:none; 
border:1px solid #000;
}
#pg2 ul li a img {
display:block; 
width:50px; 
height:50px; 
border:0;
}
#pg2 ul li a:hover {
	white-space:normal;
	border-color:#666633;
	background-color:#660000;
}
#pg2 ul li a:hover img {
position:absolute; 
left:190px; top:0; 
width:auto; 
height:110px; 
border:1px solid #000;
}
#pg2 ul li a span {display:none}
#pg2 ul li a:hover span {
display:block;
position:absolute; 
left:200px; 
top:120px; 
width:170px; 
height:auto;
font-size:10px;color:#999999;
}

