
#map { width:550px; height:500px; }
#list {list-style-type: none; background:#eee; padding:0; }
#list li:hover { background:#555; color:#fff; cursor:pointer; cursor:hand; }



div.sc_menu_wrapper {
	/*position: relative;*/
	height: 500px;
  	width: 250px;
	float: right;
	overflow: auto;
	margin: 0 auto;
}




.sc_menu_wrapper .loading {
	/*position: right;
	top: 50px;
	left: 10px;
	*/
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
