.loading {
	background:transparent url('images/loader.gif') no-repeat left center;
	padding-left:20px;
}
#video_source {
}	
#kv_video_details p {
	margin-bottom:0;
}
.column-cover {
	width:75px
}
#kv_s3_settings_section{display:none;}


#kv_settings {
	-webkit-transition: height 250ms;
	-moz-transition: height 250ms;
	transition: height 250ms;
	display:block;
	margin-left:17%;
}
#kv_settings_wrap {
	position:relative;
	width: 100%;
	margin-bottom: 1.5%;
}
#kv_settings .kv_options_panel {
	padding:20px;
	background:#fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 95.5%;
	min-height: 215px;
	color: #333333;
	border:1px solid #ccc;
}
#kv_settings_index_wrap {
	position:absolute;
	top:22px;
	left:1px;
	width:17%;
	z-index: 10;
}
#kv_settings_index span {
	display:block;
	cursor:pointer;
	padding:10px 5px;
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#efefef;
	border-color: #ccc #FFFFFF #ccc #ccc;
	border-style: solid solid solid solid;
	border-width: 1px;
}
#kv_settings_index li:first-child span {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#kv_settings_index li:last-child span {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 5px;
}
#kv_settings_index li {
}
#kv_settings_index li span {
	color:#333;
}
#kv_settings_index li.activeSlide span {
	background:#fff;
	color:#000;
}

#kv_settings h2 {
	text-align:center;
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
	color:#000;
}

td.num_cols.grid_cols_2{background:transparent url('images/cols_sprite.png') no-repeat 60px 8px;}
td.num_cols.grid_cols_3{background:transparent url('images/cols_sprite.png') no-repeat 60px -79px;}
td.num_cols.grid_cols_4{background:transparent url('images/cols_sprite.png') no-repeat 60px -166px;}


#video_types_wrap{width:auto;}
#video_types{
	width:auto;
	}
#video_types_wrap input[type="text"]{width: auto;}
#video_types li {}
#video_types li .move_box, #video_sources li .move_box{
	background:url('images/move_icon.png') no-repeat 100% 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
	padding: 8px 16px;
	width:24px;
	height:24px;
	-webkit-transition: opacity 550ms ease;
	-moz-transition: opacity 550ms ease;
	-ms-transition: opacity 550ms ease;
	-o-transition: opacity 550ms ease;
	transition: opacity 550ms ease;
}
#video_types li:hover .move_box, #video_sources li:hover .move_box{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;}
#video_types label {}

#upload_progress_wrap{display:none;}
#video_upload_wrap{
/*	text-align:center;*/
margin-bottom:10px;
	}
#video_sources_wrap ul{margin:0;}

#video_sources .widefat{width:85%;}

#gi_wrap{text-align:center;}
#gi_wrap label{margin:5px;}
