
.canvas {
	width: 732px;
	/*margin-right: auto;
	margin-left: auto;*/
	position: relative;
}

#directions {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:1;
	visibility: visible;
	background-repeat: no-repeat;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

#directions ul{
	list-style-type: none;
	margin: 0px;
}

#directions li{
	margin: 0px;
}

#layer1 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:2;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;
}
#layer2 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:3;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;
}
#layer3 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:4;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;
}
#layer4 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:5;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;
}
#layer5 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:6;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;
}
#layer6 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:7;
	visibility: hidden;
	background-image: url(../map/images/balloon_background.gif);
	background-repeat: no-repeat;		
}
#layer7 {
	position:absolute;
	left:25px;
	top:29px;
	width:245px;
	height:145px;
	z-index:8;
	visibility: hidden;
	background-image: url(images/balloon_background.gif);
	background-repeat: no-repeat;
}
.interiorImage {
	margin: 4px;
}

