Does floating the div work with your layout? This will cause its width to wrap to the contained image.
div#imgContainer {
min-width: 250px;
min-height: 250px;
padding: 13px;
float: left;
}
If you need to clear it, add a wrapping element with overflow: hidden
.