

	#map  .iw-table{
		 display:inline-block;
		 width:60%;
		 height:200px; 
		 overflow: scroll;
		 padding-left:10px;
			
	}
	
	
	
	
	@media screen and (max-width: 767px) {
		#map  .iw-table{
			 display:inline-block;
			 width:100%;
			 height:200px; 
			 overflow: scroll;
			padding-left:0px;
				
		}
		#map .iw-img-wrap{
			width: 100%;
			padding-bottom: 20px;
		}
	
	}
	
	
	/*
	
	<div>
		<div id="img" style="display:inline-block;width:40%; vertical-align: top;">
			<img style="width:100%" src="'+imgUrl('googleMapImage','shoppingMall_nskCentre_marker.JPG')+'" alt="" height="200" width="300">
		</div>
		<div style="display:inline-block;width:60%;height:200px; overflow: scroll;padding-left:20px;"><div class="table-responsive">
			<table class="table table-hover">
			<tr><td><b>項目</b></td><td><b>港運城(成坤廣場)</b></td></tr><tr><td>地址</td><td>北角英皇道500號</td></tr><tr><td>業主</td><td>太古地產等</td></tr><tr><td>面積</td><td>約150,223平方呎</td></tr><tr><td>設施/特色</td><td>北角大型商場，走中高檔路線</td></tr><tr><td>店舖數目</td><td>約60間</td></tr>
		</table>
		</div>
		</div>
	</div>'
	
	*/