.map-preview{
	height:200px;
}
.map-image,.map-image-small{
width:250px;
float:left;
padding-right:10px;
}
.map-image-small{
width:60px;
display:block;
}

.map-description{
display:block;
}

ul.map-list{
list-style-type:none;
margin-left:0px;
padding-left:0px;
height:400px;
overflow-y: scroll;
border: 1px solid #ddd;
}
.map-list-selected{
background-color:#ededed;
}
span.clear{
	display:block;
	clear:both
}

ul.map-list li{
padding-top:5px;
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
margin-left:0px;
}
