#fusio-gallery-container {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    background:rgba(0,0,0,0.85);
    top:0;
    left:0;
    z-index:100000;
}

#fusio-gallery-box {
    max-width:800px;
    max-height:530px;
    height:auto;
    width:90%;

    position:absolute;
    display:block;
    left:0px;right:0px;top:50px;
    margin:auto;
}
#fusio-gallery-box img {
    width:100%;
}

.close-btn {
    position:absolute;
    right:-14px;
    top:-14px;
    cursor:pointer;
    color:rgba(0,0,0,0.4);
    background:#DEDEDE;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 14px 5px 13px 4px;  
    font-family:lato;
    z-index:100000;
}

.close-btn:before {
    content: "×";
}
.close-btn:hover {
    color:#fff;
    background:#605F61;
    border-color:#AEAEAE;
}

#fusio-gallery-controls {
   
}
.arrow-right {
	border-left: 30px solid rgba(255,255,255,0.8); 
	right:10px;
}

.arrow-left {
	border-right:30px solid rgba(255,255,255,0.8); 
	left:10px;
}


.arrow-left, .arrow-right {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent; 
    position:absolute;
	width: 0; 
	height: 0; 
    margin: auto;
    position: absolute;
    top: 0;  bottom: 0; 
    cursor:pointer;
}