.centerBoxContentsNew , .centerBoxContentsFeatured , .specialsListBoxContents , .centerBoxContentsSpecials {
	height: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	width: 24%;
	overflow: hidden;
}
.specialsListBoxContents img {
	width: auto;
	height: 160px;
}

/*·ÖÀàÒ³ ²úÆ·¿¨Æ¬ Hover ±ß¿ò */
.centerBoxContentsNew:hover , .centerBoxContentsSpecials:hover {
	box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.18);
 border: 1px solid #F4F4F4;
}

.centerBoxContentsNew {}