@charset "UTF-8";
#slideshow {
	height: 460px;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #336600;
	position: relative;
	background-image: url(../LCBC_images/LCBC_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideshow ul {
	padding: 0px;
	list-style-type: none;
	height: 405px;
	width: 102px;
	float: right;
	margin: 10px;
	position: relative;
}
#slideshow li {
}
#slideshow li img {
	border: 1px solid #660000;
	color: #660000;
}
#slideshow li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
#slideshow a.gallery:hover {
}
/* sets position of large hover image */
#slideshow a.gallery:hover span {
	position: absolute;
	height: 450px;
	width: 650px;
	top: 10px;
	float: right;
	left: auto;
	right: 45px;
}

/* hides additional images */
#slideshow a.gallery span {
	background-color: FFFFFF;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	left: 5px;
	top: 5px;
}
#slideshow a.gallery, #slideshow a.gallery:visited {
	background-color: FFFFFF;
	text-decoration: none;
	text-align: center;
	border-top-color: #CC3399;
	border-right-color: #CC3399;
	border-bottom-color: #CC3399;
	border-left-color: #CC3399;
}
.gallery {
	height: 81px;
	width: 102px;
}

