.ZoomControl{
    background:#F8F8F8; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    border: 1px solid #BBBBBB;
    position: absolute;
    top:65px;
    left:15px;
    text-align: center;
    width: 35px;
    height:90px;
    z-index: 99;
}

.ZoomControl span
{
    height:30px;
    width:100%;
    padding-top: 3px;
}

.ZoomControl span::before
{
    
    font-size: 20px;
    color:#327ebc;
}