.dragPan
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.dragPan .message
{
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom:0px;
	right:0px;
	display:block;
	padding:5px 15px;
	pointer-events: none;
}

.dragPan .scrollHorizontal
{
    background-color: #FFFFFF;
	position: absolute;
	bottom:5px;
	left: 5px;
	display:block;
	height: 5px;
	width: 200px;
	pointer-events: none;
	line-height: 0px;
	font-size: 0;
}
.dragPan .scrollVertical
{
    background-color: #FFFFFF;
	position: absolute;
	top:5px;
	right: 5px;
	display:block;
	height: 200px;
	width: 5px;
	pointer-events: none;
	line-height: 0px;
	font-size: 0;
}
.dragPan .zooomControl
{
	background-color: #F7F7F7;
	width:42px;
	height:85px;
	position: absolute;
	top: 120px;
	left: 40px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
}
.dragPan .zooomControl .button
{
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -o-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -ms-linear-gradient(top, #ececec 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
	background: linear-gradient(top, #ececec 0%,#dadada 100%);
	border: 1px solid #ababab;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	outline: none;
	float: left;
	text-align: center;
	position: absolute;
	cursor: pointer;
    padding: 5px;
    width: 20px;
    height: 20px;
}
.dragPan .zooomControl .button:hover
{
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
	background: linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	cursor: pointer;
    color: rgba(0,0,0,1);
}
.dragPan .zooomControl .button.zoomIn
{
  top: 5px;
  left: 5px;
}
.dragPan .zooomControl .button.zoomOut
{
  top: 45px;
  left: 5px;
}
.dragPan .control
{
	background-color: #F7F7F7;
	width:81px;
	height:80px;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius:40px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
}
.dragPan .control .button
{
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -o-linear-gradient(top, #ececec 0%,#dadada 100%);
	background: -ms-linear-gradient(top, #ececec 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
	background: linear-gradient(top, #ececec 0%,#dadada 100%);
	border: 1px solid #ababab;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	outline: none;
	float: left;
	text-align: center;
	position: absolute;
	cursor: pointer;
}
.dragPan .control .button span
{
	display: block;
	height: 20px;
	width: 20px;
}
.dragPan .control .button:hover
{
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
	background: linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	cursor: pointer;
}
.dragPan .control .button:active
{
	background: #DDDDDD;
	cursor: pointer;
}
.dragPan .control .button:active
{
	background-color: rgba(255,255,255,0.5);
}


.dragPan .control .button.up
{
	top: 5px;
	left: 30px;
  padding:8px 5px;
}
.dragPan .control .button.up span
{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0,0,0,0.5);
}
.dragPan .control .button.up:hover span
{
  border-bottom: 5px solid rgba(0,0,0,0.8);
}


.dragPan .control .button.right
{
  top: 28px;
  left: 54px;
  padding:5px 8px;
}
.dragPan .control .button.right span
{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0,0,0,0.5);
}
.dragPan .control .button.right:hover span
{
  border-left: 5px solid rgba(0,0,0,0.8);
}

.dragPan .control .button.down
{
	top: 52px;
	left: 30px;
  padding:8px 5px;
}
.dragPan .control .button.down span
{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid rgba(0,0,0,0.5);
}
.dragPan .control .button.down:hover span
{
  border-top: 5px solid rgba(0,0,0,0.8);
}

.dragPan .control .button.left
{
	top: 28px;
	left: 5px;
  padding:5px 8px;
}
.dragPan .control .button.left span
{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0,0,0,0.5);
}
.dragPan .control .button.left:hover span
{
  border-right: 5px solid rgba(0,0,0,0.8);
}
