.vimeo_placeholder .description
{ position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }


#swell-features_feature_meta_box fieldset,
#swell-features_features_meta_box fieldset
{
	padding-left: 167px;
	min-height: 128px;
}

#swell-features_feature_meta_box div.image,
#swell-features_features_meta_box div.image
{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 10px;
	top: 10px;
	width: 128px;
	height: 128px;
	margin: 0 10px 0 0;
	padding: 0;
	background-color: #aaa;
	
	border-width: 7px;
	border-style: solid;
	border-color: white;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

#swell-features_feature_meta_box div.placeholder_image,
#swell-features_features_meta_box div.placeholder_image
{
	padding: 4px;
	border-width: 3px;
	border-style: dashed;
	border-color: #c1c1c1;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}


#swell-features_feature_meta_box .remove_image,
#swell-features_features_meta_box .remove_image
{
	z-index: 10;
	top: -4px;
	right: -4px;
	
	height: 24px;
	width: 24px;
	padding: 0;
	
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	background-repeat: no-repeat;
	background-color: #fafafa;
	
	color: #464646;
	opacity: 1;
}

#swell-features_feature_meta_box .add_image,
#swell-features_features_meta_box .add_image
{
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	margin: 50px auto 0 auto;
}

.swell-features-gallery nav
{
	display: block;
	position: relative;
	overflow: auto;
}

.swell-features-gallery nav ul,
.swell-features-gallery nav li
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.swell-features-gallery nav ul li
{
	width: 120px;
	height: 200px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	float: left;
	background-color: #eee;
}

.swell-features-gallery nav ul li.selected
{
	border-color: #999;
	background-color: #fff;
}

.swell-features-gallery nav li img,
.swell-features-gallery nav li a
{
	display: block;
	position: relative;
}

.swell-features-gallery nav li a
{
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 0 0 5px 0;
	opacity: 0.8;
}

.swell-features-gallery nav li a:hover
{
	opacity: 1.0;
}

.swell-features-gallery nav li span
{
	display: block;
	position: relative;
	padding: 10px;
	color: #999;
}

.swell-features-gallery nav li.selected span
{
	color: #666;
}
#the-list .inactive-feature
{
	background-color: #ffe7e7;
}
#the-list .active-feature
{
	/*background-color: green;*/
}
#the-list .feature-status
{
	display: none;
}