/*add images/albums etc.*/
.cke_dialog.cke_ltr {
	top: 15px !important;
}
.cke_dialog_ui_vbox_child .myContent {
	overflow-y: auto;
	margin: -30px -8px 0 -4px;
	height: 660px;
}
.cke_dialog_ui_vbox_child .myContent:empty {
    background: url(../img/loader1.gif) center center no-repeat;
}
.cke_dialog_ui_vbox_child .myContent .al-li-cont {
	float: left;
	width: 180px;
	height: 200px;
	position: relative;
	padding: 10px 6px 10px 22px;
}
.cke_dialog_ui_vbox_child .myContent .al-li-cont:before {
	background-color: #fff;
    border: 1px solid #ccc;
    content: "";
    display: block;
    height: 130px;
    left: 16px;
    position: absolute;
    top: 4px;
    width: 170px;
}
.cke_dialog_ui_vbox_child .myContent .al-li-img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	width: 160px;
	height: 120px;
	position: relative;
	display: block;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-li-name {
	margin-top: 6px;
	width: 172px;
	max-height: 42px;
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-imgs-cont {
	float: left;
	width: 128px;
	height: 104px;
	padding: 4px 0 4px 11px;
}
.cke_dialog_ui_vbox_child .myContent .al-imgs-img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	width: 118px;
	height: 90px;
	display: block;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-img-name {
	margin-top: 6px;
	width: 132px;
	max-height: 42px;
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
}
.imgs-in-al-num {
	color: #BEBEBE !important;
	margin-top: 3px !important;
	cursor: pointer;
}
.album-path {
	cursor: pointer !important;
	margin: 0 0 5px 11px !important;
	width: 406px;
	white-space: normal !important;
}
.bck-to-als {
	cursor: pointer !important;
	margin: 2px 0 5px 11px !important;
	color: #039 !important;
}
.cke_dialog.cke_browser_gecko .cke_resizer_ltr {
	display: none;
}
@media screen and (max-height: 820px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 620px;
	}
}
@media screen and (max-height: 780px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 580px;
	}
}
@media screen and (max-height: 740px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 540px;
	}
}
@media screen and (max-height: 700px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 500px;
	}
}
@media screen and (max-height: 660px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 460px;
	}
}
@media screen and (max-height: 620px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 420px;
	}
}
@media screen and (max-height: 580px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 380px;
	}
}
@media screen and (max-height: 540px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 340px !important;
	}
}
@media screen and (max-height: 500px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 300px !important;
	}
}
@media screen and (max-height: 460px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 260px !important;
	}
}
@media screen and (max-height: 420px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 220px !important;
	}
}
@media screen and (max-height: 380px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 180px !important;
	}
}