@charset "utf-8";

.wrap p b {
	display:block;
	position:absolute;
	top:110px;
	width:170px;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
}
a.alt{
position:relative;
background-color:#fff;
float:left;
width:158px;height:148px;
margin:0 auto;
border:1px solid #eee;
text-decoration:none;
color:#FFFFFF;
}
a.alt:hover{
background:#fff;
text-decoration:none;z-index:2;
}
a.alt span{
display:none;
}
a.alt:hover span{
direction:ltr;
position:absolute;
display:block;
top:-1px;left:170px;
width:240px;height:148px;
background-color:#0033FF;
border:1px solid #000;
z-index:1;
}


