#TreeViewDiv {
 height:520px;
 min-height:200px;
 max-height:800px;
 background-color:#444444;
 overflow-y:scroll;
 overflow-x:hidden;
}
.Cover {
 margin-top:5px;
}
#PhotoDiv {
 background-color:#444444;
 overflow-y:auto;
 overflow-x:hidden;
 -ms-user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
}
#bigPhotoViewer {
 display:none;
 width:100%;
 height:100%;
}
#bigPhotoViewer img{
 width:100%;
 height:100%;
}
#bigPhotoPrev, #bigPhotoNext, #bigPhotoClose{
 cursor: pointer;
 position: absolute;
 top: 50%;
 width: auto;
 padding: 16px;
 margin-top: -25px;
 color: rgba(255,255,255,0.6);
 background: rgba(0,0,0,0.4);
 font-weight: bold;
 font-size: 50px;
 transition: 0.4s ease;
 border-radius: 5px;
 user-select: none;
 -webkit-user-select: none;
}
#bigPhotoNext {
 right: 50px;
 border-radius: 5px;
}
#bigPhotoClose {
 right: 50px;
 top: 0;
 font-size: 40px;
 border-radius: 5px;
}
#bigPhotoPrev:hover, #bigPhotoNext:hover, #bigPhotoClose:hover {
 color: rgba(255,255,255,1);
 background: rgba(0,0,0,1);
}
#MMLeft {
 float:left;
 width:calc(50% - 4px);
 min-height:390px;
 margin:2px;
}
#MMLeft img{
 height:40px;
 margin-right:10px;
}
#MMRight {
 float:left;
 width:calc(50% - 4px);
 margin:2px;
 margin-top:46px;
}
#MMRight canvas{
 width:100%;
 max-height:95%;
}
.MMRightCtrl {
 width:100%;
 height:520px;
 min-height:415px;
 background-color:#444444;
 overflow-y:auto;
 overflow-x:hidden;
}
.audioPlayer img{ height:40px;
}

