.imageBox,.imageBoxHighlighted,
.imageBoxMain,.imageBoxHighlightedMain{
width:144px;
height:156px;
float:left;
}
.imageBox_theImage{
width:128px;
height:128px;
background-position: center center;
background-repeat: no-repeat;		
margin: 0 auto;
margin-bottom:2px;
}

.imageBox .imageBox_theImage{
border:1px solid #DDD;
padding:2px;
}
.imageBoxHighlighted .imageBox_theImage{
border:3px solid #316AC5;
padding:0px;
}
.imageBoxMain .imageBox_theImage{
border:1px solid #bc0000;
padding:2px;
}
.imageBoxHighlightedMain .imageBox_theImage{
border:3px solid #bc0000;
padding:0px;
}
	
.imageBox_label{
text-align:center;
font-size:11px;		
padding-top:2px;
margin: 0 auto;
display:none;
}
	
#insertionMarker{
height:132px;
width:6px;
position:absolute;
display:none;
}
	
#insertionMarkerLine{
width:6px;
height:145px;
}
		
#insertionMarker img{
float:left;
}
	
#dragDropContent{
opacity:0.4;
filter:alpha(opacity=40);
position:absolute;
z-index:10;
display:none;
}
