
.lg-map-container {
  width: 960px;
  margin:20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .lg-map-container {
	width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-map-container {
	width: 420px;
  }
  #world-map {min-height: 200px !important;}
}
@media only screen and (max-width: 480px) {
  .lg-map-container {
	width: 300px;
  }
  #world-map {min-height: 100px !important;}
}

.lg-map-container a img {
  border:none;
}

.lg-map-container h1{ 
	font-size:26px; 
	line-height:32px; 
}

.lg-map-console li.lg-map-move-up, .lg-map-console li.lg-map-move-down,
.lg-map-console li.lg-map-move-left, .lg-map-console li.lg-map-move-right {display:none;}

ul.nprojects {float:left;margin:20px;}
ul.nprojects li {float:left;margin-right:20px;}
ul.nprojects li label {display:inline-block;width:30px;height:30px;vertical-align: middle;margin-right: 5px;}

#world-map {
	height:auto !important;
	min-height: 450px;
	background:none;
}
#world-map.loading {
	background:url(../img/ajax-loader.gif) center center no-repeat;
}

.lg-map-text {text-indent: -9999px;height: 0px !important;}

#uqidlbl {display:none;}