div.scrollingforsale {
	overflow: auto;
	height: 300px;
}

div.scrollinggallery {
	overflow: auto;
	height: 380px;
}

div.galleryimages {
	border: 0 black solid;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height: 25px;
	padding: 10px;
	float: left;
}

div.inside_desc {
	padding: 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color:#530000;
	background-color: #D0CF9F
}

div.outside_desc {
	padding: 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: x-small;
}

body
	{
	font:"Times New Roman", Times, serif;
}

a:link 				{ font-weight: normal;color: black; text-decoration: none;}
a:visited 			{ font-weight: normal;color: black; text-decoration: none;}
a:hover, a:active	{font-weight: normal;color: black;text-decoration: underline;}

img {border: none;}
		