

#text {
	text-decoration: none;
	text-align: left;
	color: #000;
	font-size: 14px;
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 240px;
	left: 16px;
	height: 672px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	z-index: 11;
}
#picright {
	left:736px;
	top:290px;
	width:150px;
	height:550px;
	z-index:55;
	position: absolute;
}
#slideback {
	background-image: url(../himages/slideback.gif);
	height: 272px;
	width: 430px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.slideshow {
	height: 246px;
	width: 390px;
	left: 15px;
	top: 15px;
	position: relative;
}
.slideshow img {
	border: 1px solid #ccc;
	background-color: #eee;
}

a.barinf:link {
	color: #000;
	text-decoration: none;
}
a.barinf:visited {
	color: #000;
	text-decoration: none;
}
a.barinf:hover {
	color: #F90;
	text-decoration: none;
}
a.barinf:active {
	color: #000;
	text-decoration: none;
}
.thumbur{
	position: relative;
	z-index: 50;
}
.thumbur:hover{
background-color: transparent;
z-index: 50;
}
.thumbur span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 50;
}
.thumbur span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 50;
}
.thumbur:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -20px; /*position where enlarged image should offset vertically from bottom left corner of thumb */
	left: -612px; /*position where enlarged image should offset horizontally from bottom left corner of thumb*/
	z-index: 50;
}
