﻿*.sgmap_nav_container
{
	position:absolute;
	left: 10px;
	top: 10px;
	width: 42px;
	height: 98px;
	overflow:hidden;
	z-index:200;
}

*.sgmap_nav_background
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 42px;
	height: 98px;
	z-index:1;
	background: #FFFFFF;
}

a.sgmap_nav_button
{
    outline: none;
    display:block;
    width:16px;
    height:16px;
   	background:url(WebResource.axd?d=joe7s8-37e68TQsJtzo61P4qnQcxqVaQgWUkGDd0iwbCMCGklJTVMmKnMOmxnfI7u7P1MRSwQw1O-cNUiSalpA2&t=633860468635671886) no-repeat;
   	text-indent: -9999px;
   	z-index:2;
   	cursor:pointer;
   	position:absolute;
}

a.sgmap_nav_button_left
{
    left: 4px;
	top: 21px;
	background-position: 0px 0px;
}

a.sgmap_nav_button_left:hover
{
	background-position: 0px -16px;
}

a.sgmap_nav_button_right
{
    left: 22px;
	top: 21px;
	background-position: -16px 0px;
}

a.sgmap_nav_button_right:hover
{
	background-position: -16px -16px;
}

a.sgmap_nav_button_up
{
    left: 13px;
	top: 4px;
	background-position: -32px 0px;
}

a.sgmap_nav_button_up:hover
{
	background-position: -32px -16px;
}

a.sgmap_nav_button_down
{
    left:13px;
	top: 38px;
	background-position: -48px 0px;
}

a.sgmap_nav_button_down:hover
{
	background-position: -48px -16px;
}

a.sgmap_nav_button_zoomin
{
    left: 13px;
	top: 60px;
	background-position: -64px 0px;
}

a.sgmap_nav_button_zoomin:hover
{
	background-position: -64px -16px;
}

a.sgmap_nav_button_zoomout
{
    left: 13px;
	top: 77px;
	background-position: -80px 0px;
}

a.sgmap_nav_button_zoomout:hover
{
	background-position: -80px -16px;
}