.iv_gallery_m {
    position: relative;
    display: inline-block;
    width:100%;
    max-width:1024px;
    height:auto;
    max-height:786px;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline:none;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    z-index:100;
}
.iv_gallery_m:focus {
   outline:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.iv_gallery_m:active {
   outline:none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*.iv_gallery_m_width_full_cont {*/
    /*position:relative;*/
    /*width:100%;*/
    /*max-width: 1024px;*/

    /*-moz-user-select: none !important;*/
    /*-khtml-user-select: none !important;*/
    /*-webkit-user-select: none !important;*/
    /*-ms-user-select: none !important;*/
    /*-safari-user-select: none !important;*/
    /*-o-user-select:none;*/
    /*user-select: none !important;*/
/*}*/
.iv_gallery_m_width_full {
    position:absolute;
    display: inline-block;
    width:100%;
    /*width:-webkit-calc(100% - 2px);*/
    /*width:-moz-calc(100% - 2px);*/
    /*width:calc(100% - 2px);*/
    left:0px;
    max-width:1024px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-top:-20px;*/
    z-index:100;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;

    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;

    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.iv_gallery_m_big {
    display:inline-block;
    position:relative;
    width:100%;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    padding:0;
    margin:0;
    cursor:pointer;
    z-index:100;

    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;
}
.iv_gallery_m_big_hz_swipe {
    display:inline-block;
    position:relative;
    width:auto;
    height:auto;
    margin-left:0px;

    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;

	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
}
.iv_gallery_m_big_hz_swipe_table {

    width:auto;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
}
.iv_gallery_m_img_div_big {
    display:inline-block;
    position:relative;
    height:100%;
    width:100%;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    padding:0;
    margin:0;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;
    background: url('load.gif') center center no-repeat;
    background-position:center center;
    background-size:24px;
}
.iv_gallery_m_img_big {
    display:block;
    position:relative;
    border:none;
    outline:none;
    padding:0;
    margin:0;
    z-index:100;

    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    -o-user-select:none;
    user-select: none !important;
}
.iv_gallery_m_img_big_comment {
    display: inline-block;
    position:absolute;
    z-index:900;
    float:right;
    bottom:0;
    left:0;
    width:auto;
    height:auto;
    max-height:102px;
    overflow-y:scroll;
    padding:3px 5px 3px 5px;
    margin:5px 5px 5px 5px;
    border-radius:1px;
    /*background: rgba(242,242,242,0.5);
    color:#000000;*/
    background: rgba(0,0,0,0.2);
    color:#FFFFFF;
    font-size:13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iv_gallery_m_img_big_comment::-webkit-scrollbar {
    width:3px;
    height:3px;
}
.iv_animated_margin_left {
  transition-property:margin-left;
  transition-duration:0.2s;
}
.iv_animated_transform_fast {
  transition-property:-webkit-transform;
  transition-property:-moz-transform;
  transition-property:-ms-transform;
  transition-property:transform;
  transition-duration:0.1s;
}
.iv_animated_transform {
  transition-property:-webkit-transform;
  transition-property:-moz-transform;
  transition-property:-ms-transform;
  transition-property:transform;
  transition-duration:0.3s;
}
.iv_animated_margin {
  transition-property:margin;
  transition-duration:0.3s;
}
.iv_gallery_m_control_big {
    position:absolute;
    float:right;
    top:5px;
    right:0px;
    width:32px;
    height:32px;
    padding:2px;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    z-index:101;
}
.iv_gallery_m_control_elm_full {
    display: block;
    position:relative;
    width: 32px;
    height:32px;
    background:url('./fullscreen_2.png') no-repeat;
    background-size:20px;
    margin-left:3px;
    float:left;
    cursor:pointer;
    /*-webkit-filter:contrast(120%);*/
    /*-moz-filter:contrast(120%);*/
    /*-o-filter:contrast(120%);*/
    /*filter:contrast(120%);*/
    opacity:1;
}
.iv_gallery_m_control_elm_full_out {
    display: block;
    position:relative;
    width: 32px;
    height:32px;
    background:url('./fullscreen_out_2.png') no-repeat;
    background-size:20px;
    margin-left:3px;
    float:left;
    cursor:pointer;
    /*-webkit-filter:contrast(120%);*/
    /*-moz-filter:contrast(120%);*/
    /*-o-filter:contrast(120%);*/
    /*filter:contrast(120%);*/
    opacity:1;
}
.iv_gallery_m_control_fullscreen {
    position:absolute;
    float:right;
    top:5px;
    right:0px;
    width:32px;
    height:32px;
    padding:2px;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    z-index:999999;
}
.iv_gallery_m_fullscreen {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -safari-user-select: none !important;
    user-select: none !important;
    z-index:999997;
	overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    background:#ffffff;
}
.iv_gallery_m_img_fullscreen {
    display:none;
    position:relative;
    border:none;
    outline:none;
    padding:0;
    margin:0;
    z-index:999998;
}
/*.iv_gallery_m_swipe_blocks {*/
    /*position: absolute;*/
    /*display:inline-block;*/
    /*width:100%;*/
    /*height:5px;*/
    /*float:right;*/
    /*right:0px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*z-index:101;*/
	/*overflow:hidden;*/
    /*overflow-y:hidden;*/
    /*overflow-x:hidden;*/
    /*!*border:1px solid red;*!*/
    /*background-color:#999999;*/
    /*opacity:0.8;*/
/*}*/
.iv_gallery_m_swipe_blocks {
    position: absolute;
    width:100%;
    height:2px;
    right:0px;
    z-index:101;
}
.iv_gallery_m_swipe_block {
    width:auto;
    height:2px;
    /*border-right:1px solid #d0d0d0;*/
    background-color:#f2f2f2;
    opacity:0.7;
}
.iv_gallery_m_swipe_block_last {
    width:auto;
    height:2px;
    /*border-right:1px solid #f2f2f2;*/
    background-color:#f2f2f2;
    opacity:0.7;
}
.iv_gallery_m_swipe_block_active {
    /*border-right:1px solid #e47129;*/
    background-color:#e47129;
    opacity:1.0 !important;
}
.iv_gallery_bage {
    display: inline-block;
    position:absolute;
    z-index:900;
    float:right;
    bottom:0;
    right:0;
    width:auto;
    height:auto;
    max-height:20px;
    min-width:10px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding:3px 5px 3px 5px;
    margin:5px 5px 5px 5px;
    border-radius:1px;
    background: rgba(0,0,0,0.2);
    /*color:#FFFFFF;*/
    color:#fdfdfd;
    font-size:13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}