#mask { position: absolute;
    float: left;
    background-color: rgba(255,255,255,0.4);
    z-index: 5001;
}

#toggle { float: left;
    font-family: verdana;
    padding: 20px;
}

#toggle span {     
    margin-top: 35px;
    float: left;
    background-color: rgba(111, 111, 218, 0.8);
    padding: 8px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

#toggle img { cursor: pointer;
    padding: 0 5px 0 5px;
    height: 100px;
    float: left;
    width: auto;
}


#360spanB {
-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.85);
box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.85);
}


#360spanA {
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.85);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.85);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.85);
}

#360iframe {         border: none;
    position: absolute;
    z-index: 5000;
}
