ul.hotspots {
	list-style: none;
	margin:0;
	padding:0;
	position:relative;
	height:650px;
}
/*
.hotspot-link span {
	display:none;
}*/
.hotspot-link { 
	display: none; // missing?
	text-align: center;
	font-size:20px;
	line-height: 20px;
	width:20px;
	height:20px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	color:red;
}
.hotspot-link:hover {
	text-decoration: none;
	color:#fff;
}
.hotspot-link-large {
	color:#fff;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
  	-o-transform: scale(1.6);
  	transform: scale(1.6);
}
#hotspots-overlay {
	display:none;
}

/** Modal */
.hotspot-modal .fancybox-skin,
.hotspot-modal .fancybox-outer,
.hotspot-modal .fancybox-inner {
	background:#222;
	color:#fff;
}
.hotspot-modal img {
	margin-bottom: 10px;
}
.hotspot-modal h1 {
	color:#fff;
	margin-top:0;
}