/* Galerie */

.gallery{
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.media th{
	text-align: left;
	font-size: x-small;
}
.media table, .media td, .media th{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

th.thumbnail_title{
	height: 5em;
	vertical-align: top;
	padding: 0.2em;
}
.gallery div.media{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.thumbnails div.media{
	padding-right: 8px;
	float: left;
}
.gallery{
	margin-top: 10px;;
}
/*div.destroy_button{
	display: block;
	position: absolute;
	z-index:999;
	top: 10px;
	left: 80px;
}*/
div.destroy_button{
	display: inline;
	position: relative;
	z-index:999;
	top: -5px;
	left: -20px;
}
.media a {
	border-style: none;
	display: inline;
}
.media a:hover {
	border-style: none;
}
