#container {
	background-color: #B8B4B1;
	overflow: hidden;
	position: relative;
}
#container div.hotspots a{
	background:url(../images/btn-murals-hotspot.png) no-repeat 50% -74px;
	height:35px;
	width:35px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
}
#container div.hotspots a.active{
	width:61px;
	height:61px;
	background-position:0 0;
	margin:-15px 0 0 -15px;
}
#sidebar #menu {
	z-index: 100;
}