/* top */

#box_recommend .item_image{
	position: relative;
	height: 224px;	
	}
#box_recommend .item_image a{
	display: block;
	width: 224px;
	height: 224px;
	}
#box_recommend .item_image img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	}
	
	
	
	