body{
    color: #444444;
    font-family: Arial,sans-serif;

}

.emap{
	float:left;
	font-size: 11px;
	padding:5px;
}

.emap-map{
	font-size: 11px;
}

.emap-info-title{
	font-weight: bold;
	margin-bottom: 5px;
}

.emap-info-description{

}

.emap-navigation{
	clear: both;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.emap-navigation-first,
.emap-navigation-prev,
.emap-navigation-play,
.emap-navigation-stop,
.emap-navigation-next,
.emap-navigation-last{
	display: inline-block;
	width: 60px;
	margin: 0 2px;
	cursor: pointer;
	background: #eee;
	padding: 5px 10px;
}

.emap-navigation-first.disabled,
.emap-navigation-prev.disabled,
.emap-navigation-play.disabled,
.emap-navigation-stop.disabled,
.emap-navigation-next.disabled,
.emap-navigation-last.disabled{
	opacity: 0.3;
	filter: alpha(opacity=30);
	
}