.plugin-wrapper {
  display: block;
	float: left;
  min-width: 20px;
	min-height: 20px;
	/*background: #ddd;*/
	border: 0px solid #333;
}
.Asset.plugin-wrapper {
  background: none;
}
.plugin-wrapper.news-feed-wrapper {
  width: 275px;
}
.news-feed {
  float: left;
	background: url(../images/new/site/content/bg-item.gif) repeat-x scroll left top;
	padding: 5px 10px;
}

.plugin-wrapper.google-map-wrapper {
  min-width: 100px;
}
.google-map {
  float: left;
  min-width: 100px;
	min-height: 100px;
	background: #ddd;
	padding: 5px 10px;
}
#google-map-container {
  width: inherit;
	height: inherit;
}





