/* CSS Document */

 a span {
 display: none
 }
 /*--this sets the position of the enlargement on the gallery page--*/
 a:hover span {
	display: block;
	position: absolute;
/*	top: 165px;*/
	top: 80px;
	left: 200px;
	list-style-type: none;
	text-decoration: none;
}
/*---see above--*/
a:hover .horizontal {
/*	display: block;
	position: absolute;*/
	top: 230px;
	top: 230px;
	left: 150px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCACB1;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}
.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#CCACB1;
	text-align: center;
	line-height: 18px; 
	white-space: pre;
	}
.text  {
	height: 200px;
	width: 375px;
	}
.hoverboxL{
	cursor: default;
	list-style: none;
}
.hoverboxL li {
	padding-left: 2px;
	padding-top: 0px;
}
#galleryV {
	list-style-type: none;
	height: 460px;
	width: 330px;
	margin-left: auto;
	float: right;
	margin-top: -80px;
	margin-right: 20px;
}
#galleryH {
	list-style-type: none;
	height: 350px;
	width:510px;
	padding-top: 360px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 160px 50px;
}
.hoverboxR{
	cursor: default;
	list-style: none;
}
.hoverboxR li {
	padding-left: 2px;
	padding-top: 0px;
}
.hoverboxM {
	cursor: default;
	list-style: none;
}
.hoverboxM li {
	padding-left: 2px;
	padding-top: 0px;
}
.hoverboxN {
	cursor: default;
	list-style: none;
}
.hoverboxN li {
	padding-left: 2px;
	list-style-type: none;
	padding-top: 0px;
}
