.cvg_settings li span {
	color: #2583AD;
	font-weight: bold;
}
.slide {
	position: relative; /* important */
}
.cvg-slideshow-content {
	top: 0;
	margin-left: 0;
	list-style-type: none !important;
	margin-left: 0px !important;
}
.cvg-slide-image {
	float: left;
	position: relative;
	display: none;
}
.cvg-slide-image span {
	position: absolute;
	font: 10px /15px Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	text-align: center;
	bottom: 0;
	left: 0;
}
.cvg-clear {
	clear: both;
}
.cvg-admin-overview {
	padding: 10px;
}
.cvg-align-left {
	float:left;
}
.cvg-uninstall-button {
	background-color:#a00 !important;
	text-shadow:none !important;
	border-color:#a00 !important;
}
.cvg-gallery-settings-left-pane {
	float:left;
	width:35%;
}
.cvg-gallery-settings-right-pane {
	float:left;
	padding-top:6px	
}
.cvg-gallery-settings-right-pane i, .cvg-gallery-settings-left-pane i, .cvg-gallery-settings-left-pane h4 i {
	font-size:10px !important;
}
.cvg-gallery-sort-outer {
	float:left;
	border:1px SOLID #CCC;
	padding:5px;
}
.cvg-html5-youtube-error {
	padding:10px;
	text-align:center;
	height:100%;
	position: relative;
}
.cvg-html5-youtube-error-inner {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  height: 200px;
}
.cvg-html5-youtube-error-inner p {
	font-size: 15px;
	margin-top: 20px;
}