

.fileGallery h3 {
	margin:15px;
	margin-top:1.5em;
	margin-bottom:1em;
}

.fileGalleryItem {
	padding:5px;
	text-align:center;
	background:#F8F8F8;
	border:2px solid #EEE;
	margin-bottom:1em;
	display:block;
}
.fileGalleryItem:hover {
	background:#F8F8FF;
	border:2px solid #338;
}

.fileGalleryItem_thumb {
	width:100%;
	height:170px;
	display:table;
}
.fileGalleryItem_thumb > div {
	display:table-cell;
	vertical-align:middle;
}
.fileGalleryItem_thumb > div img {
	min-width:0;
	max-height:170px;
}
.fileGalleryItem_thumb .filename_img .btn {
	display:none;
}
.fileGalleryItem_thumb:hover .filename_img .btn {
	display:block;
}

.fileGallery .edit {
	text-align:right;
	margin-top:5px;
}

.fileGallery .folder .edit {
	float:right;
	margin-top:-2px;
}
.fileGallery .folder .edit > * {
	display:inline-block;
	margin-left:.5em;
}


.fileGalleryItem select[name="moveToFolder"] {
	font-size:.9em;
	padding:2px 3px;
	margin-top:5px;
	margin-right:5px;
}

.fileGalleryItem_thumb .glyphicon-plus {
	font-size:8em;
	color:#CCC;
}
.fileGalleryItem_thumb:hover .glyphicon-plus {
	font-size:8em;
	color:#333388;
}

