#resizer, #rszrOverlay, #rszrWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#rszrOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#rszrOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}


#rszrLoadedContent, .b-scalling#cboxLoadedContent  {
	background: #fff;
	position: relative;
	/**
	 * Для эксплорера
	 */
	-ms-user-select: none;
	
	/**
	 * Для мозилы
	 */
	-moz-user-select: none;
	
	/**
	 * Для конкверора
	 */
	-khtml-user-select: none;
	
	/**
	 * Для Сафари и Хрома
	 */
	-webkit-user-select: none;
}

.b-drag.b-scalling#cboxLoadedContent {
	cursor: grabbing;
	cursor: -webkit-grabbing;
} 

#rszrLoadedContent:AFTER, .b-scalling#cboxLoadedContent:AFTER {
 /*	display: inline-block; */
}

.rszrPhoto, .b-scalling .cboxPhoto {
	position: absolute;
}

#rszrCover, .cboxCover {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
}


#cboxZoom_in, #cboxZoom_out {
    background: url("/img/zooms.png") no-repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 16px;
    bottom: -32px;
    height: 25px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 22px;
}

.scalling #cboxZoom_out {
    left: 35px;
	background: url("/img/controls.png") repeat scroll -130px -126px;
}

.scalling #cboxZoom_out:HOVER {
	background:  url(/img/controls.png) -106px -126px;
	cursor: pointer;
}
.scalling  #cboxZoom_in:HOVER {
	background:  url(/img/controls.png) -54px -126px;
	cursor: pointer;
}

.scalling #cboxZoom_in {
    left: 0;
    /* background-position: -6px -4px; */
   /* background: white url(/img/plus.svg) no-repeat 0px 0px; */
	background:  url(/img/controls.png) -78px -126px;
}

.b-full-good .notifyjs-bootstrap-base  {
	border: 1px solid gray;
}

.notifyjs-wrapper.notifyjs-hidable {
    z-index: 19999;
}

.scalling #cboxPrevious {
    left: 100px;
}

.scalling #cboxNext {
    left: 135px;
}

.scalling #cboxCurrent {
	left: 170px;
}



