#map_controls .controls							{ position:absolute; width:75px; height:75px; margin:60px 0 0 10px; z-index: 109; }

#map_controls .controls .up						{ float:left; width:75px; height:25px; background: url("images/gmap/map_controls.png") 0 0 no-repeat; }
#map_controls .controls .up:hover				{ background-position: 0 -75px; }
#map_controls .controls .up:active				{ background-position: 0 -150px; }

#map_controls .controls .down					{ float:left; width:75px; height:25px; background: url("images/gmap/map_controls.png") 0 -50px no-repeat; }
#map_controls .controls .down:hover				{ background-position: 0 -125px; }
#map_controls .controls .down:active				{ background-position: 0 -200px; }

#map_controls .controls .left					{ float:left; width:25px; height:25px; background: url("images/gmap/map_controls.png") 0 -25px no-repeat; }
#map_controls .controls .left:hover				{ background-position: 0 -100px; }
#map_controls .controls .left:active				{ background-position: 0 -175px; }

#map_controls .controls .center					{ float:left; width:25px; height:25px; background: url("images/gmap/map_controls.png") -25px -25px no-repeat; }
#map_controls .controls .center:hover			{ background-position: -25px -100px; }
#map_controls .controls .center:active			{ background-position: -25px -175px; }

#map_controls .controls .right					{ float:left; width:25px; height:25px; background: url("images/gmap/map_controls.png") -50px -25px no-repeat; }
#map_controls .controls .right:hover				{ background-position: -50px -100px; }
#map_controls .controls .right:active			{ background-position: -50px -175px; }


/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
#map_controls .ui-slider { position: relative; text-align: left; }
#map_controls .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
#map_controls .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
#map_controls .ui-slider-vertical { width: .8em; height: 100px; }
#map_controls .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
#map_controls .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
#map_controls .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
#map_controls .ui-slider-vertical .ui-slider-range-max { top: 0; }


#map_controls .slider							{ position:absolute; width:33px; height:211px; margin:140px 0 0 32px; z-index: 109; }
#map_controls .slider .zoomIn					{ float:left; width:33px; height:27px; background: url("images/gmap/map_slider.png") 0 0 no-repeat; }
#map_controls .slider .zoomIn:hover				{ background-position: 0 -211px; }
#map_controls .slider .zoomIn:active				{ background-position: 0 -422px; }

#map_controls .slider .slider_image				{ float:left; width:33px; height:157px; margin:0; padding:0; border:0; background:url("images/gmap/map_slider.png") 0 -27px no-repeat; }
#map_controls .slider .slider_track				{ float:left; width:100%; height:137px; margin:20px 0 0 0; padding:0; border:0; background:transparent; }

#map_controls .slider .zoomOut					{ float:left; width:33px; height:27px; background: url("images/gmap/map_slider.png") 0 -182px no-repeat; }
#map_controls .slider .zoomOut:hover				{ background-position: 0 -393px; }
#map_controls .slider .zoomOut:active			{ background-position: 0 -604px; }

#map_controls .slider .ui-slider-handle			{ width:21px; height:19px; margin:0 0 0 9px; padding:0; border:0; background: url("images/gmap/map_drag.png") 0 0 no-repeat; }
#map_controls .slider .ui-slider-handle:hover	{ background-position: 0 -21px; }
#map_controls .slider .ui-slider-handle:active	{ background-position: 0 -21px; }

