.gmap-view .map-view .slider {
	background: url("/images/zoom-bg.png") no-repeat top left;
	width: 43px;
	height: 127px;
}
* html .gmap-view .map-view .slider {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoom-bg.png", sizingMethod="crop"); 
}
.gmap-view .map-view .zoom-shoot {
	background: url("/images/zoom-shoot.png") no-repeat top left;
	width: 13px;
	height: 86px;
}
* html .gmap-view .map-view .zoom-shoot {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoom-shoot.png", sizingMethod="crop"); 
}
.gmap-view .map-view .zoom-label {
	background: url("/images/zoom-label.png") no-repeat top left;
	width: 13px;
	height: 7px;
}
* html .gmap-view .map-view .zoom-label {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoom-label.png", sizingMethod="crop"); 
}
.gmap-view .map-view .map .zoom-6 {
	background: url("/images/zoom-6.png") no-repeat top left;
	width: 13px;
	height: 14px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .zoom-6 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoom-6.png", sizingMethod="crop"); 
}
.gmap-view .map-view .map .zoom-7 {
	background: url("/images/zoom-7.png") no-repeat top left;
	width: 13px;
	height: 14px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .zoom-7 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoom-7.png", sizingMethod="crop"); 
}
.gmap-view .map-view .map .alphachannel-1 {
	background: url("/images/arrow-1.png") no-repeat top left;
	width: 18px;
	height: 26px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .alphachannel-1 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/arrow-1.png", sizingMethod="crop"); 
}
.gmap-view .map-view .map .alphachannel-2 {
	background: url("/images/arrow-2.png") no-repeat top left;
	width: 19px;
	height: 27px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .alphachannel-2 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/arrow-2.png", sizingMethod="crop");
}
.gmap-view .map-view .map .alphachannel-3 {
	background: url("/images/arrow-3.png") no-repeat top left;
	width: 26px;
	height: 19px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .alphachannel-3 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/arrow-3.png", sizingMethod="crop");
}
.gmap-view .map-view .map .alphachannel-4 {
	background: url("/images/arrow-4.png") no-repeat top left;
	width: 26px;
	height: 19px;
	cursor: pointer;
}
* html .gmap-view .map-view .map .alphachannel-4 {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/arrow-4.png", sizingMethod="crop");
}
body .dojoDialog {
    width:auto;
    height:auto;
}