/* ---------------- Images Editor container styles ------- */




/*  -------------  Image type draggable containers  ------------- */
.thumbnailImage {
    position:absolute;
    border:1px solid #CCCCCC;
	cursor:pointer;
	background-color:#000000;
}
.primaryImage {
    position:absolute;
    border:1px solid #CCCCCC;
	cursor:pointer;
	background-color:#000000;
}
.secondaryImage {
    position:absolute;
    border:1px solid #CCCCCC;
	cursor:pointer;
	background-color:#000000;
}
.tertiaryImage {
    position:absolute;
    border:1px solid #CCCCCC;
	cursor:pointer;
	background-color:#000000;
}
.galleryImage {
    position:absolute;
    border:1px solid #CCCCCC;
	cursor:pointer;
	background-color:#000000;
}
.modFileListRow {
	width:100%; height:18px;
	font-size:12px;
	padding:3px;
}
/* ----------------  All image carrying divs in the editor --------- */
.editorImage {
	position:relative;
	z-index:100;
	cursor:pointer;
	height:110px;
}
/*  ---------------  Other Stuf ------------------- */
.imageLabel {
	position:absolute;
	text-align: center;
	font-family:inherit;
	color:#999999;
	width:100%;
	bottom:0px;
	z-index:100;
}
/* div {background-color:#FFFFFF;} */
