/**
* @file: highslide.css 
* @version: 4.1.8
*/
p {font-size: 13px;}
.copyright a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#hs_header {
	background-color: #accf52;
	padding-left: 20px;
	height: 25px;
	width: 100%;
}
.highslide-container div {
	background-color: #accf52;
	border: none;
	
}

.highslide img {	
	border: none;
	
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	margin-top: 25px;
	border-color: #8CA44F;
}
.highslide-wrapper, .highslide-outline {
	background-color: #8CA44F;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	width: 70%;
	background-color: #ACCF51;
	padding-left: 20px;
}
