/***** ADMIN *****/
#ipWidgetGalleryLayoutPopup .preview-img { text-align: center; }
#ipWidgetGalleryLayoutPopup .preview-img img { max-width: 100%; max-height: 100%; }

#ipWidgetGalleryEditPopup .modal-dialog,
#ipWidgetImageEditPopup .modal-dialog { width: 75%; }
#ipWidgetGalleryEditPopup .preview,
#ipWidgetImageEditPopup .preview {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	margin: 0 auto;
	max-width: 100%;
}
#ipWidgetGalleryEditPopup .ipsImage,
#ipWidgetImageEditPopup .ipsImage { max-width: 100%; max-height: 100%; }
#ipWidgetGalleryEditPopup .control,
#ipWidgetImageEditPopup .control { margin: 0 auto; text-align: center; }
#ipWidgetGalleryEditPopup .control h3,
#ipWidgetImageEditPopup .control h3 { text-align: left; }
#ipWidgetGalleryEditPopup .control .docs-toggles,
#ipWidgetImageEditPopup .control .docs-toggles { margin-bottom: 5px; }

/***** FRONT END *****/
/* Gallery */
.ipWidget-Gallery img {
	background: transparent url('images/loading_spinner.gif') center no-repeat;
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
}
.ipWidget-Gallery ._container.masonry { margin: 0 auto; }
.ipWidget-Gallery .masonry ._item {
	width: auto;
	margin: 0;
	padding: 0;
}
.ipWidget-Gallery .masonry ._item a { display: block; }
#cboxLoadedContent { background: #ccc; }

/* Image */
.ipWidget-Image img {
	background: transparent url('images/loading_spinner.gif') center no-repeat;
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
}
.ipWidget-Image .imgwrapper .ui-wrapper,
.ipWidget-Image .imgwrapper img {
	display: inline-block !important;
}


.ipWidget-Image .imgwrapper.fullimage img { width: 100%; }