/*-----------------------
       PAN BUTTONS
-------------------------*/
.nw_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_nw.png',sizingMethod='scale');
}
html>body .nw_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_nw.png');
}

.up_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_n.png',sizingMethod='scale');
}
html>body .up_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_n.png');
}

.ne_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_ne.png',sizingMethod='scale');
}
html>body .ne_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_ne.png');
}

.left_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_w.png',sizingMethod='scale');
}
html>body .left_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_w.png');
}

.mid_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_reset.png',sizingMethod='scale');
}
html>body .mid_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_reset.png');
}

.right_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_e.png',sizingMethod='scale');
}
html>body .right_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_e.png');
}

.sw_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_sw.png',sizingMethod='scale');
}
html>body .sw_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_sw.png');
}

.down_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_s.png',sizingMethod='scale');
}
html>body .down_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_s.png');
}

.se_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/gmap_pan_se.png',sizingMethod='scale');
}
html>body .se_button{
  background: url('/files/common/scripts/gateways/maps/images/gmap_pan_se.png');
}

#pan_container{float: left; width: 72px; height: 72px;}

/*-----------------------
       ZOOM BUTTONS
-------------------------*/
.zoom_in{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/zoombuttonsin.png',sizingMethod='scale');
}
html>body .zoom_in{
  background: url('/files/common/scripts/gateways/maps/images/zoombuttonsin.png');
}

.zoom_out{
  float: left;
  clear: both;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/zoombuttonsout.png',sizingMethod='scale');
}
html>body .zoom_out{
  background: url('/files/common/scripts/gateways/maps/images/zoombuttonsout.png');
}

/*-----------------------
    MAP TYPE BUTTONS
-------------------------*/
#mapType_container{
  float: left;
  width: 136px;
  height: 22px;
}

.reg_map_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/map_type_map.png',sizingMethod='scale');
}
html>body .reg_map_button{
  background: url('/files/common/scripts/gateways/maps/images/map_type_map.png');
}

.sat_map_button{
  float: left;
  background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/common/scripts/gateways/maps/images/map_type_satellite.png',sizingMethod='scale');
}
html>body .sat_map_button{
  background: url('/files/common/scripts/gateways/maps/images/map_type_satellite.png');
}
