#product_images, div.image_filler.left {
	position: absolute;
	left: 20px;
}
div.product_content img {
position: absolute;
	left: 40px;
}

div.image_filler {
	border:2px dashed pink;
	font-weight:bold;
	height:100px;
	padding:20px;
	text-align:center;
	width:100px;
}
div.product_content {
	padding-left: 215px;
	height: 200px;
}


