.prod_gallery_item {
	float: left;
	width: 160px;
	height: 168px;
	margin: 5px;
	border: 1px solid #eee;
	overflow: hidden;
	text-align: center;
}
.price {
	display: block;
	color: #f00;
	text-decoration: none;
}
.prod_gallery_item p {
	margin: 3px 2px 0 2px;
}
.oldPrice {
	text-decoration: line-through;
}
