.tourDiv {
	display: none;
}

.closetsDiv {
	display: none;
	cursor: pointer;
}

.glassTourImgTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-style:italic;
	padding: 0px;
	margin: 0px;
}

img.tourImg {
	border: solid 2px #990000;
}

a.tourTitleLink {
	text-decoration: none;
	color: #663333;
	font-weight: bold;
	white-space: nowrap;
}

a.tourTitleLink:hover {
	text-decoration: underline;
	color: #996633;
	font-weight: bold;
	white-space: nowrap;
}

a {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}
