/* CSS Document */

.image_widget
{
	text-align: center;
}
.freeform-container .image_widget .content
{
  padding: 0px;
}
.image_widget .content img
{
  width: 100%;
	height: auto;
}
.freeform-container .image_widget .content img,
.freeform-container .image_widget .content,
.freeform-container .image_widget .body
{
	height: 100%;
}
.freeform-container .image_widget.fixed_aspect_ratio .content img
{
	height: auto;
}
.image_widget .body
{
	height: auto;
}
.image_widget .content
{
	height: auto;
}
.image_widget .content .image_widget_photo_wrap
{
  width: 100%;
  overflow: auto;
  display: block;
  position: relative;
 /*  border: 1px solid red; */
}

.huddlefish_dialog .image_caption_box input[type='text'],
.huddlefish_dialog .image_link_url_box input[type='text'] {
	width: 570px;
}
