#member_container {
	margin:0;
	padding:0;
	width:600px;
	height:70px;
}

ul#members {
	list-style:none !important;
	margin:0;
	padding:0;
}

ul#members li {
	list-style:none !important;
	margin:5px 0px;
	padding:8px 0px;
	height:60px;
	width:58px;
	cursor:pointer;
	float:left;
	text-align:center;
	border:1px solid #FFFFFF;
	-moz-border-radius:5px;
}

ul#members li:hover, ul#members li.hover  {
	border:1px solid #E6DB55;
	background-color:#FFFFE0;
}

ul#members li a {
	color:#333333;
}

ul#members li a:hover {
	text-decoration:none;
}

#google_map_container {
	width:600px;
	height:900px;
}

#sidebar_links {
	width:130px;
	height:900px;
	float:left;
}

	#sidebar_links ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#sidebar_links ul li {
		margin:0;
		padding:0;
	}

#google_map {
	width:465px;
	height:750px;
	float:right;
}

#geo_progress_container {
	margin:0;
	padding:0;
	position:relative;
	top:160px !important;
	left:140px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#FFFFFF url('http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/ui-bg_flat_75_ffffff_40x100.png') repeat-x scroll 50% 50%;
	border:1px solid #AAAAAA;
	color:#222222;
	height:20px;
}

#geo_progress_text {
	position:absolute;
	top:3px;
	left:40%;
	font-size:12px;
}

#geo_progress {
	height:100%;
	margin:-1px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	background:#CCCCCC url('http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll 50% 50%;
	border:1px solid #AAAAAA;
	color:#222222;
	font-weight:bold;
}