
#circuitmap a{color:#fff; text-decoration:none; cursor:pointer;}
#circuitmap a:hover{color:#fff;}
#circuitmap a:hover img{opacity:0.7;}
#circuitmap a span{
	display:none;
	position:absolute;
	left:-92px;
	top:14px;  
	width:200px; 
	padding:15px 0 10px;  
	white-space:nowrap; 
	text-align:center;
	line-height:1.1;
	background-image:url(../circuit/images/bg_tip.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

#japancircuit img{border-radius:4px;-webkit-border-radius: 4px;}