.containerFtp #galleria{clear:both}


.containerFtp #galleria form{
	display:inline;
}

.containerFtp .imageBox a, 
.containerFtp .imageBoxHighlighted a{
	
}

.containerFtp .imageBox, 
.containerFtp .imageBoxHighlighted{
	position:relative;
}

.containerFtp .btn1,
.containerFtp .btn2{
	position:absolute;
	top:110px;
}

.containerFtp .btn1{
	right:32px;
}

.containerFtp .btn2{
	right:14px;
}


.containerFtp .imageBox span, 
.containerFtp .imageBoxHighlighted span{
	float:left;
	width:95px;
	line-height:1.5em;
	margin-bottom:4px;
}

.containerFtp .checkbox{
	width:auto;
	margin:0;
	border:none;
	background:none;
	margin-right:5px;
	float:left;
}

.containerFtp .imageBox, 
.containerFtp .imageBoxHighlighted{
	width:133px;	/* Total width of each image box */
	height:184px;	/* Total height of each image box */
	float:left;
}

.containerFtp .imageBox_theImage{
	width:110px;	/* Width of image */
	height:125px;	/* Height of image */
	
	/* 
	Don't change these values *
	*/
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
}

.containerFtp #last{
	width:45px;
	visibility:hidden;
}

.containerFtp .imageBox .imageBox_theImage{
	border:1px solid #DDD;	/* Border color for not selected images */
	padding:2px;
}

.containerFtp .imageBoxHighlighted .imageBox_theImage{
	border:3px solid #316AC5;	/* Border color for selected image */
	padding:0px;
}

.containerFtp .imageBox_label{	/* Title of images - both selected and not selected */
	font-family: arial;
	font-size:9px;		
	padding:7px 0 0 10px;
	margin: 0 auto;
}

/* 
DIV that indicates where the dragged image will be placed	
*/
.containerFtp #insertionMarker{
	height:150px;
	width:6px;
	position:absolute;
	display:none;

}

.containerFtp #insertionMarkerLine{
	width:6px;	/* No need to change this value */
	height:145px;	/* To adjust the height of the div that indicates where the dragged image will be dropped */

}
	
.containerFtp #insertionMarker img{
	float:left;
}

/*
DIV that shows the image as you drag it 
*/
.containerFtp #dragDropContent{

	opacity:0.4;	/* 40 % opacity */
	filter:alpha(opacity=40);	/* 40 % opacity */

	/* 
	No need to change these three values 
	*/
	position:absolute;
	z-index:10;
	display:none;
		
}
