.Section .Core img.alignleft, .Section .Core img.alignright {
	width: auto;
	position: relative;
	display: inline;
}
.Section .Core .alignleft { float: left; margin-right: 10px; }
.Section .Core .alignright { float: right; margin-left: 10px; }
.Section .Core .aligncenter { margin: 0 auto; }

.Section .Core .alignleft,
.Section .Core .alignright,
.Section .Core .aligncenter
{
	max-width: 570px;
	overflow: hidden;
}
