#MMFiles{
    position: relative;
    float: left;
    width: 95%;
    height: 335px;
    overflow: hidden;
}

.MMFilesItem{
    position: relative;
    top:0px;
    /* left: 0px !important; */
    margin-right: 0px;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
}

.MMFilesImage{
    position:absolute;
    top:0px;
    left:0px;
    width: 600px;
    height:600px;
}

#MMFilesNumbers{
    position:absolute;
    top:570px;
    left:20px;
}
.MMFilesNumbersSelected{
    float:left;
    background-image: url('https://s3.amazonaws.com/cuacuy/galleryButtons.png');
    width:15px;
    height:15px;
    overflow: hidden;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: -30px 0px;
}
.MMFilesNumbersUnSelected{
    float:left;
    background-image: url('https://s3.amazonaws.com/cuacuy/galleryButtons.png');
    width:15px;
    height:15px;
    margin-left: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: -5px 0px;
}
.MMFilesNumbersUnSelected:hover{
    cursor:pointer;
}

#magnifyiedProductOuter{
    position:absolute;
    left:0px;
    top:0px;
    width:600px;
    height:600px;
    overflow: hidden;
    cursor:pointer;
}

.magnifyiedProductImage{
    position:absolute;
    left:0px;
    top:0px;
    min-width: 600px;
    min-height: 600px;
}

#MMRightArrow{
    position: absolute;
    top: 36%;
    right: -7px;
    cursor: pointer;
    height: 25px;
    width: 26px;
    /* transform: rotate(180deg); */
    z-index: 8;
    display: none;
}
#MMLeftArrow{
    position: relative;
    left: 0px;
    cursor: pointer;
    height: 25px;
    width: 26px;
    float: left;
    z-index: 8;
    transform: rotate(180deg);
    top: 35%;
}
.MMArrowImg{
    position: relative;
    height: 21px;
    margin: 0 auto;
    margin-top: 0;
}

.MMGalleryItemWrapper{
    position: relative;
    width: 170px;
    height: 92%;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

#MMGalleryItemsWrapper{
    /* width: 100% !important; */
    height: 100%;
    opacity: 1;
    overflow: hidden;
}

.rightMarginItem{
    margin-bottom: 20px;
}

.MMGalleryImage{height: 100%;width: auto;/* width: calc(100% - -2px); *//* margin-left: 40px; */}

#MMGalleryItems{
    position: relative;
    height: 90%;
    width: 90%;
    overflow: hidden;
    /* margin: 0 auto; */
    float: left;
    text-align: center;
    /* margin-left: 3px; */
}

.MMGalleryDivider{
    height: 2px;
    width: 100%;
    background-color: #D0D0D0;
}

.MMFilesItem:hover{
    cursor:crosshair;
}

.MMFilesItemImage{
    z-index: 8;
}
#MMGallery{
    position: relative;
    float:left;
    width: 100%;
    height: 175px !important;
    overflow: hidden;
    /* margin-left: 4%; */
    z-index: 8;
    bottom: 0px;
    margin-top: 30px;
    margin-left: 10px;
}
#badgeFile{
    position: absolute;
    top: 0;
    right: 24px;
    width: 24%;
    height: auto;
    display: none;
}
#magnifyedProductCover{
    position:absolute;
    top:0px;
    /* left: 269px; */
    width: 100% !important;
    height: 400px;
    display:none;
}
#magnifyedProductMarker{
    position:absolute;
    left:0px;
    top:0px;
    height:100px;
    width:100px;
    background-color:rgba(255,255,255,0.7);
    cursor: zoom-in;
}

@media screen and (max-width:768px){

    .MMArrowImg{
        display: none;
    }
    #MMFiles{
        max-height: initial;
    }
    .MMFilesItem{
        position: relative;
        width: 100% !important;
        height: auto !important;
        left: 0px !important;
        margin:0 auto !important;
    }
    .MMFilesItemImage{
        width: 100% !important;
        height: auto !important;
/*        margin-left: 5%;*/
        margin-top: 4px;
    }
    #MMFiles{
        width: 95%;
        height: auto;
        margin: 0 auto;
        float: none;
        display: none;
    }
    #MMGallery{
        width: 95% !important;
        top:25px;
        display: none;
        margin-left: 8%;
    }
    #MMGalleryItems{
        /* height:calc(100% - 50px); */
        /* top:25px; */
    }
    #mobileRightArrow{
        display:block;
        position: absolute;
        top: calc(50% - 11px);
        height: 20px;
        width: auto;
        right: 2px;
        cursor:pointer;
        display: none !important;
    }
    #mobileLeftArrow{
        display:block;
        position: absolute;
        top: calc(50% - 11px);
        height: 20px;
        width: auto;
        left: 2px;
        cursor:pointer;
        transform: rotate(180deg);
        display: none !important;
    }
    .MMGalleryItemWrapper {
        width: 80px;
        height: 80px;
    }
    #MMLeftArrow{
        left:-15px
    }
    #MMRightArrow{
        right:30px
    }
}