@CHARSET "ISO-8859-1";

#preview_container {
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

.enqueue-column {
	width: 50px;
}

.edit-column {
	width: 40px;
}

.delete-column {
	width: 45px;
}

.remove-column {
	width: 80px;
}

.image-column {
	width: 45px;
}

#media-upload #current-image-table {
	width: 100%;
}

#media-upload #find-image-table {
	width: 100%;
}

#loading-image {
	background: url('ajax-loader.gif') no-repeat center center;
	height: 35px;
}