/* ShapeShifter Setting */
	.shapeshifter-nav-menu-item-popup-background {
		display: none;
		position: fixed;
		top: 32px;
		left: 160px;
		right: 0;
		bottom: 0;

		background-color: rgba(0,0,0,0.5);
	}
	.shapeshifter-nav-menu-item-custom-edit-settings-wrapper {
		display: none;
		position: fixed;
		top: 52px;
		left: 180px;
		right: 20px;
		bottom: 20px;

		padding: 10px;

		overflow: scroll;

		background-color: #FFFFFF;
	}

/* Children Title Description */


	.shapeshifter-nav-menu-item-custom-edit-settings-wrapper .field-children-title {
	}

	.shapeshifter-nav-menu-item-custom-edit-settings-wrapper .field-children-description {
		width: 100%;
	}

/* Image Holder */
	.shapeshifter-nav-menu-item-custom-edit-settings-wrapper .field-thumbnails {
		margin-bottom: 0;
	}
	.shapeshifter-nav-menu-item-custom-edit-settings-wrapper .thumbnail-image-holder {
		width: 100%;
		overflow: scroll;
	}

		.shapeshifter-nav-menu-item-custom-edit-settings-wrapper .thumbnail-image-holder > img {
			width: 100px;
			height: 100px;
			float: left;	
		}

/* Image Space */
	.shapeshifter-buttons-space {
		margin: 0 5px;
	}

