.post-body-content {
	margin-right: 300px;
}
#slides li {
	background: #e9e9e9;
	padding: 4px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#slides .col1 {
	width: 30px;
}
.handle {
	width: 24px; height: 24px;
	background: url(../images/menu-move.png) no-repeat;
	cursor: move;
	float: left;
}
.remove {
	width: 24px; height: 24px;
	background: url(../images/remove.png) no-repeat center center;
	cursor: pointer;
	float: right;
	display: none;
}
#slides li:hover .remove {
	display: block;
}
.slide {
	margin-left: 30px;
}
#slides .placeholder {
	background: none;
	border: 1px dashed #ccc;
	padding: 20px;
}

#enable_override_wrap {
	padding: 5px 0;
	position: relative;
	z-index: 5;
}
#gantry-overrides {
	position: relative;
	z-index: 10;
}

#override_opac {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba( 255,255,255,.5 );
	z-index: 1;
}