.mapjlexitem img {
	max-width: none !important
}

img.mapjlexlogo {
	float: left
}

hr.mapjlexhr {
	background-color: #d0d0d0;
	border: medium none;
	height: 1px;
	margin-top: 3px
}

.mapjlex-drop {
	font-size: 11px;
	left: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	width: 150px;
	z-index: 10
}

.mapjlex-drop span.mapjlexselect {
	background-color: #fff;
	border: 1px solid #888;
	box-shadow: 0 2px 3px #888;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	padding: 2px 0 !important;
	text-align: center;
	width: 100%
}

.mapjlex-drop ul {
	background-color: #ddd;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 2px #888;
	display: none;
	list-style: none outside none;
	margin: 3px 4px 0;
	padding: 7px 0
}

.mapjlex-drop ul li {
	color: #000;
	cursor: pointer;
	font-size: 11px;
	padding: 5px 7px
}

.mapjlex-drop ul li:hover {
	background-color: #aaa
}

.mapjlex-drop ul li.selected {
	background-color: #888;
	color: #fff;
	font-weight: bold
}