/* для привьюшек в редакторе */
#images {
	height: 99px;
	width: 888px;
	border: 1px solid #a8a8a8;
    overflow: hidden;
    overflow-x: scroll;
	white-space:nowrap;
	margin-top: 5px;
}
.prev_img, .prev_video {
	margin: 5px;
	border: 1px solid green;
	width: 100px;
}
#input_img {
	display: none;
}
.wrap_img, .wrap_video {
	position: relative;
	display: inline-block;
}
.main_img_rb {
	display: none;
}
.del_img, .del_video {
	border-radius: 3px;
    position: absolute;
    background: #fff;
    width: 24px;
    height: 20px;
    text-align: center;
    color: red;
    font-size: 25px;
    right: 6px;
    top: 4px;
    cursor: pointer;
    z-index: 10;
    text-shadow: 0px 1px 1px black;
}
.img_main {
	display: none;
	color: gold;
	font-size: 25px;
	position: absolute;
	z-index: 10;
	bottom: 6px;
	left: 7px;
	text-shadow: 0px 0px 6px black;
}
.add_img {
	margin: 5px;
	cursor: pointer;
	background: #a8a8a8;
	height: 75px;
	width: 105px;
	border: 1px solid #000;
	float: left;
	text-align: center;
}
/* preloader */
#preloader {
	display: none;
	position: absolute;
	width: 1000px;
	height: 106px;
	z-index: 11;
}
#preloader_text {
	width: 100%;
	top: 47%;
	color: #555555;
	font-size: 20px;
	text-align: center;
	position: absolute;
	z-index: 12;
}
#preloader .progress .bar {
	background-repeat: repeat;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#preloader .progress {
	height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#preloader .progress-striped .bar {
	background-color: #b5b5b5;
	
}
/* кнопка добавления изображений */
.wrap_btn_upl {
	float: left;
	width: 110px;
}
.uplbtn {
	font-size: 68px;
    color: #006cad;
	margin-left: 1px;
    margin-right: 5px;
    text-shadow: 0px -1px 1px #000;
}
.uplbtn:hover {
	color: #007fcb;
}
.disabled_upl {
    color: #727476;
}
.disabled_upl:hover {
	color: #9b9b9b;
}
/* кол-во загруженных изображений */
#sum_img_span {
	position: absolute;
}

/* скрытие лишних кнопок */

#mceu_29,#mceu_30,#mceu_31,#mceu_32,#mceu_33,#mceu_34 {
	display: none;
}

/* для видео */
#wrap-video-prev {
	display: flex;	
    margin-bottom: 9px;
}

#wrap-video-prev imput {
	margin: 0;
}

#add-video-btn {
    background: #006cad;
    padding: 5px;
    color: #fff;
    height: 18px;
	cursor: pointer;
}

/* Video */
.wrap_video {
	width: 112px;
}

.play-btn {
	color: #252525;
    font-size: 46px;
    position: relative;
	right: 65%;
    top: 12px;
    text-shadow: 0px 0px 5px #fff;
}