@charset "utf-8";
/* CSS Document */


#pg {
	width:760px;
	height:350px;
	border:2px solid #732125;
	padding:5px;
	padding-top:15px;
	margin-left: 10px;
	margin-right: 10px;
}
#pg ul {
	list-style:none;
	padding:0;
	margin:0;
	width:220px;
	position:relative;
	float:left;
}
#pg ul li {
	display:inline;
	width:202px;
	height:150px;
	float:left;
	margin:0 0 8px 8px;
}
#pg ul li a {
	display:block;
	width:200px;
	height:150px;
	text-decoration:none;
	border:1px solid #000;
}
#pg ul li a img {
	display:block;
	width:200px;
	height:150px;
	border:0;
}
#pg ul li a:hover {
	white-space:normal;
	border-color:#000000;
	background-color: #732125;
}
#pg ul li a:hover img {
	position:absolute;
	left:250px;
	top:0;
	width:auto;
	height:314px;
	border:1px solid #000;
}
#pg ul li a span {display:none}
#pg ul li a:hover span {
	display:block;
	position:absolute;
	left:250px;
	top:325px;
	width:350px;
	height:auto;
	font-size:12px;
	color:#732125;
}



