.imageBox,
.imageBoxHighlighted {
	float: left;
}
	
.imageBox_theImage {
  background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 5px;
	margin-bottom: 2px;
	cursor: pointer;
}
	
.imageBox 
.imageBox_theImage {
	border: 1px solid #DDD;
	text-align: right; 
	vertical-align: bottom;
}

.imageBoxHighlighted 
.imageBox_theImage {
	border: 3px solid #316AC5;	
	padding: 0px;
}

.imageBoxHighlighted span {
	background-color: #316AC5;
	color: #FFFFFF;
	padding: 2px;
}
	
.imageBox_label{
	text-align: center;
	font-family: arial;
	font-size: 11px;		
	padding-top: 2px;
	margin: 0 auto;
}
	
#insertionMarker{
	height: 110px;
	width: 6px;
	position: absolute;
	display: none;
}

#insertionMarkerLine{
	width: 6px;
	height: 110px;	
}
	
#insertionMarker img {
	float: left;
}

#dragDropContent{
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	z-index: 10;
	display: none;
}