.branch#contact {line-height: 1.5;}
.branch#contact .company-photo{border:0px; margin:0}
.branch#contact .companyname, .branch#contact .strong {font-weight:bold;}
.branch#contact h2{margin:0 0 0 0;font-weight:bold;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.branch#contact ul.company-list{list-style:none;padding:0;margin:0}
.branch#contact .company-hours-row{min-height:1em;margin:0}
.branch#contact .company-hours-day{display:inline-block;min-width:28%;max-width:28%;vertical-align:top;font-weight:bold;text-align: left}
.branch#contact .company-hours{display:inline-block;min-width:45%;max-width:68%;line-height:1em}
.branch#contact .reservation-button{margin:10px 0}
.branch#contact ul.services {margin:0 0 0 22px; padding: 0;list-style-type: square;}
.branch#contact ul.services li {margin:0; padding: 0; }

#map_scroller{
    padding-right: 10px;
    z-index: 10000;
    position: absolute;
    right:0;
    background-color: rgba(100,100,100,0.0);
}
#map_scroller .scroller-panel{
    position:relative;
    background: url('../img/scroller-panel-transparent.png') repeat-y;
    background-position-x: right; 
    max-width: 100px;
    min-width:10px;
    /*background-color: rgba(100,100,100,0.6);*/
    height:100%;
    
}
#map_scroller .scroller-top{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-arrow-up-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: top; 
    position:absolute;
    top:0;
    height:100%;
    width:100%;
}
#map_scroller .scroller-content{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-center-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: center; 
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height:100%;
    width:100%;
}
#map_scroller .scroller-bottom{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-arrow-down-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: bottom;
    position:absolute;
    bottom:0;
    height:100%;
    width:100%;
}
