div#mod_fronten a, div#mod_fronten a:hover  {
	text-decoration:none;
}

.mod_fronten_card {
	float:left;
	width:118px;
	height:174px;
}

#mod_fronten img:hover {
	/*
	margin-left:-2px;
	padding:1px;
	margin:0px;
	border:1px solid #B02A38;
	*/
}
#mod_fronten img {
	margin-left:-2px;
	padding:1px;
	margin:0px;
	cursor:pointer;
}

.mod_fronten_card div.magnify {
	position:absolute;
	z-index:100;
	width:84px;
	height:140px;

}

.mod_fronten_card div.magnify:hover {
	cursor:pointer;
	background:url('../images/zoom.png') bottom right no-repeat;
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
	border:1px solid #B02A38;
}

