@charset "utf-8";
/* CSS Document */

/************************************************************************/
/*    Panoramas Only     */

.panoThumb{	
	width: 30%;
	margin: 10px;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: olivedrab
}

.panoBlurb{
	margin-left: 30%;
	font-size: small;
	color: darkslateblue
}

.panoLead{
	margin-left: 30%;
	font-size: normal;
	color: darkslateblue	
}

