#mapcontainer {
	display: none;
	/*margin-top: 5px;*/
	border: #6699CC 1px solid;
}
.loaded {
	height:500px;
	display:block;
}
#map{
	float:left;
	width:600px;
	height:500px;
}
#message{
	position:absolute;
	padding:10px;
	background:#555;
	color:#fff;
	width:180px;
}
#list{
	float:left;
	background:#eee;
	list-style:none;
	padding:0;
}
#list li{
	padding:3px;
	border-bottom: dashed 1px #333;
}
#list li:hover{
	background:#555;
	color:#fff;
	cursor:pointer;
	cursor:hand;
}
.scrollArea {
	width: 183px;	
	height: 500px;	
	padding-left: 5px;	
	padding-right: 5px;	
	border-left: #6699CC 1px solid;	
	float: left;	
	overflow: auto;
}

.slide {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	/*border-top: solid 4px #422410;*/
	border-top: solid 4px #555;
	background: url(../img/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(../img/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
a.btn-slide:hover {
	text-decoration:underline;
	color: #fff;
}
.btn-active {
	background-position: right 12px;
}

