#venue_map {
	padding: 0;
}

#venue_map header {
	margin: 0;
}

#venue_map img {
	max-width: none;
}

#venue_map .ovlContainer {
	color: #000000;
}

#venue_map .ovlContainer h3,
#venue_map .ovlContainer p
{
	margin: 0;
}

#venue_map .ovlContainer p.category {
	color: #888888;
	font-size: 0.8em;
}

#venue_map .ovlContainer a[data-role="button"] {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0;
	color: #FFFFFF;
}

#venue_map a[data-action="center"],
#venue_map a[data-action="refresh"]
{
	position: absolute;
	top: 0.36em;
	text-indent: -1000px;
	overflow: hidden;
}

#venue_map a[data-action="center"] {
	right: 0.5em;
}

#venue_map a[data-action="refresh"] {
	right: 3.5em;
}

#venue_map a[data-action="center"]:after,
#venue_map a[data-action="refresh"]:after
{
	display: block;
	content: "";
	position: absolute;
	height: 32px;
	width: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

#venue_map a[data-action="center"]:after {
	background: url(../../img/icons/icons.png) 0px 0px no-repeat;
}

#venue_map a[data-action="refresh"]:after {
	background: url(../../img/icons/icons.png) 0px -544px no-repeat;
}
