div.product_photo_gallery {
	position:relative;
	float:left;
	clear:both;
	width:100%;
}
.product_photo_gallery a.product_photo_gallery {
	margin:0;
	padding:0;
	height:auto;
	width:auto;
}
.product_photo_gallery a img {
	margin:0 12px 12px 0;
	padding:3px;
	border: solid grey 1px;
}
