#bilderPanel .x-panel-header-own {
	border-style		: none;
	text-align			: center;
	font-size			: 1.5em;
	font-weight			: bold;
	padding-bottom		: 20px;
	color				: #000000;
}
#bilderPanel .gallery-add {
	background-image	: url(../img/icons/32x32/actions/edit_add.png) !important;
}
div#bilderDataView div.bilder {
	padding				: 5px;
}
/* IE bug workaround ... */
.ext-ie div#bilderDataView div.bilder {
	float				: left;
	clear				: both;
}
div#bilderDataView div.bilder-wrap {
	float				: left;
	padding				: 6px;
	height				: 140px;
	text-align			: center;
}
div#bilderDataView div.bilder-admin-wrap {
	float				: left;
	border				: solid black 1px;
	background			: #cccccc;
	cursor				: move;
	padding				: 6px;
	height				: 140px;
	text-align			: center;
}
div#bilderDataView div.bilder-admin-wrap.x-view-over {
	background			: #eeeeee;
}
div#bilderDataView div.x-view-sortable-dragging div#bilderDataView div.bilder-admin-wrap {
	filter				: alpha(opacity=50);
	opacity				: 0.5;
	-moz-opacity		: 0.5;
}
div#bilderDataView div.bilder-admin-wrap.x-view-sortable-drag {
	filter				: alpha(opacity=100);
	opacity				: 1;
	-moz-opacity		: 1;
	background			: blue;
	color				: white;
	padding				: 4px;
	border				: dashed #007 3px;
}
div#bilderDataView img.bilder-preview {
	height				: 120px;
	border				: 0px;
}
div#bilderDataView div.bilder-admin-delete {
	width				: 16px;
	height				: 16px;
	position			: relative;
	top					: -140px;
	background			: url('../img/icons/16x16/actions/delete.png') no-repeat 0 0 !important;
	cursor				: pointer;
}
div#bilderDataView div.bilder-admin-edit {
	width				: 16px;
	height				: 16px;
	position			: relative;
	top					: -156px;
	left				: 20px;
	background			: url('../img/icons/16x16/actions/edit.png') no-repeat 0 0 !important;
	cursor				: pointer;
}
div#galleryAddFormPanel .upload-icon {
	background			: url('../img/icons/16x16/actions/attach.png') no-repeat 0 0 !important;
}