.mdig_gallery{/* background:url(../images/loading.gif) center center no-repeat;  */position:relative; text-align:center; margin:0 auto;}
.mdig_gallery .mdig_slide{position:absolute; top:0; right:0; bottom:0; left:0; cursor:pointer; display:none;}
.mdig_gallery .mdig_img{display:block; display:none;}
.mdig_img_1{position:absolute; top:0; left:0; z-index:10;}
.mdig_img_2{position:absolute; top:0; left:0; z-index:100;}
.mdig_img_1, .mdig_img_2{cursor:pointer;}

.mdig_arrow_left{width:75px; background:url(../images/arrow_left.png) center center no-repeat; position:absolute; top:0; left:0; cursor:pointer; z-index:200;}
.mdig_arrow_right{width:75px; background:url(../images/arrow_right.png) center center no-repeat; position:absolute; top:0; right:0; cursor:pointer; z-index:200;}
.mdig_gallery .mdig_arrow{opacity:0.5; transition:all 0.2s ease;}
.mdig_gallery .mdig_arrow:hover{opacity:1.0;}

.mdig_bullet_wrap{height:50px; position:absolute; bottom:0; right:0; left:0; text-align:center;}
.mdig_bullet_wrap .mdig_bullet{height:20px; width:20px; display:inline-block; background:#fff; line-height:50px; margin:0 5px; border-radius:15px; background:#dadada; transition:all 0.2s ease; box-shadow:0 0 5px 0 rgba(0,0,0,0.5), inset 0 0 5px 0 rgba(0,0,0,0.3); cursor:pointer;}
.mdig_bullet_wrap .mdig_bullet:hover, .mdig_bullet_wrap .mdig_bullet.active{background:#fff;}

.mdig_text_wrap{text-align:left; padding:15px 25px; position:absolute; bottom:0; left:0; right:0; z-index:200; background:rgba(0,0,0,0.5); color:#fff;}
.mdig_text_wrap .mdig_title{font-weight:bold; display:block;}

.mdig_thumbs{margin:10px auto 0 auto; text-align:center;}
.mdig_thumbs .thumb_wrap{width:75px; height:75px; display:inline-block; cursor:pointer; background-size:cover; background-position:center center; background-repeat:no-repeat; margin:0 5px 10px 5px; border:4px solid #dadada;}
.mdig_thumbs .thumb_wrap.active{border:4px solid #333;}

#mdig_lightbox_mask{position:fixed; top:0; left:0; width:100%; height:100%; background:#000; z-index:1100; opacity:0.0}
#mdig_lightbox_content{position:fixed; top:50%; left:50%; width:0px; height:0px; background:#fff; opacity:0.0; z-index:1200; -webkit-box-shadow:0px 0px 40px 0px #000000; box-shadow:0px 0px 40px 0px #000000; outline: 10px solid #ffffff;}
#mdig_lightbox_close{position:absolute; top:-10px; right:-45px; background:url(../images/close.png) center center no-repeat; width:32px; height:32px; cursor:pointer; opacity:0.5 transition: all 0.2s ease;}
#mdig_lightbox_close:hover{opacity:1.0}
#mdig_lightbox_arrow_left{width:75px; height:100%; background:url(../images/arrow_left.png) center center no-repeat; position:absolute; top:0; left:0; cursor:pointer; z-index:1300;}
#mdig_lightbox_arrow_right{width:75px; height:100%; background:url(../images/arrow_right.png) center center no-repeat; position:absolute; top:0; right:0; cursor:pointer; z-index:1300;}
#mdig_lightbox_content .mdig_lightbox_arrow{opacity:0.5; transition: all 0.2s ease;}
#mdig_lightbox_content .mdig_lightbox_arrow:hover{opacity:1.0;}
#mdig_lightbox_image{width:100%; height:100%; background-size:contain;}
#mdig_lightbox_image_preload{display:none;}
