.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	float: center;
	vertical-align: middle; 
	margin:3px; 
	padding : 0px;	
	border: 7px solid rgba(198,185,169, .99);	
	background: rgb(208,208,208 .99);
	border-radius: 0px;
	
}
.highslide:hover img {	
	background: rgb(129,129,129, .99);
	border: 7px solid rgba(176,159,143, .99);
	
}
.highslide-image {
	float: center;
	padding : 5px;	
	border-radius: 0px;
	background: #43494d;	
	/*background: rgb(53,53,53, 0.99);
	border: rgb(53,53,53, 0.99) solid 2px;*/
	
}

.highslide-gallery .highslide-active-anchor img {
	border-color: #000;
	visibility: visible;
	cursor: default;
}
