/**
* @file: highslide.css 
* @version: 4.1.13
*/

.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border-width: 0px;
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery {
	width: 710px;
}
.highslide-gallery ul {
	list-style-type: none;
	margin: 17px 0px 0px -35px;
	padding: 0px;
	overflow: hidden;
	_zoom: 1;
}
.highslide-gallery ul li{
	float: left;
	
}
.highslide-gallery ul li img{
	background-color: #ffffff;
	height: 150px;
	width: 150px;
	margin: 0px 0px 30px 35px;
	padding: 0px;
	object-fit: cover; 
}
.highslide-gallery ul li a:hover img
	{
	opacity:0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	
	
	}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}
