            .highslide-gallery{
	position:relative;
	display:table;
}
.highslide-gallery .highslide-text{
	text-align:center;
	display:block;
	margin:0;
	line-height:20px;
	padding-bottom: 5px;
}
.highslide-gallery .highslide-text a img{
	margin: -4px 5px 0px;
}
.highslide-gallery .highslide-text .highslide-breadcrumb{
}
.highslide-gallery .highslide-text img{
	vertical-align:middle;
}
.highslide-gallery .highslide-content{
}
.highslide-gallery .highslide-content .highslideContainer{
	position:relative;
	width: 230px;
	height: 200px;
	margin: 10px;
	overflow: hidden;
	border: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.highslide-gallery .highslide-content .highslideContainer:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
	z-index: 10;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground{
	position:relative;
	background:none;
	width: 230px;
	height: 200px;
	padding:0;
	border: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground:hover{
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground div{
	position:relative;
	z-index:1;
	left:0;
	top:0;
	width: 230px;
	height: 200px;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground div img{
	width:auto;
	border:none;
	box-shadow:none;
	margin:0;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground span{
	position:absolute;
	z-index:2;
	top:auto;
	width:auto;
	left:0px;
	right:0px;
	bottom:0px;
	padding:5px 5px;
	display:block;
	background:rgba(0,0,0,.5);
	color:#fff;
	line-height: 20px;
	text-shadow: 0px 1px 1px #000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.highslide-gallery .highslide-content .highslideContainer:hover .folderBackground span{
	background:rgba(0,0,0,.8);
	/*padding: 10px 5px;*/
}
.highslide-gallery .highslide-content .highslideContainer a.highslide{
	position: relative;
	display: inline-block;
	background: #000;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover{
	z-index: 10;
	/*opacity: .7;*/
}
.highslide-gallery .highslide-content .highslideContainer img{
	position:relative;
	display: block;
	border: none;
	cursor: pointer !important;
	width: 230px;
	height: 200px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.highslide-gallery .highslide-content .highslideContainer:hover img{
	transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(1.2) rotate(5deg); /* Safari and Chrome */
	opacity: .5;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:after{
	z-index: 10;
	content: '+';
	line-height: 60px;
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	text-align: center;
	font-size: 40px;
	font-family: Arial;
	color: #fff;
	position: absolute;
	opacity: 0;
	border: 2px solid #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover:after{
	opacity: 1;
	border-radius: 50%;
}
.highslide-gallery .highslide-text img{
	box-shadow:none!important;
}

.highslide-container .highslide-caption{
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-weight:normal;
}
.highslide-container .highslide-caption strong{
	font-size:24px;
	line-height:30px;
	font-weight: normal;
}

.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.8);
	opacity: 1 !important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td{
	background: none !important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image{
	border: 0px !important;
	box-shadow: 0px 0px 20px #000;
}


@media only screen and (max-width : 640px) {
	.highslide-gallery .highslide-content .highslideContainer,
	.highslide-gallery .highslide-content .highslideContainer .folderBackground,
	.highslide-gallery .highslide-content .highslideContainer img{
		width: 190px;
		height: 190px;
	}
	.highslide-gallery .highslide-content > div:empty{
		display: none;
	}
}
@media only screen and (max-width : 480px) {
	.highslide-gallery .highslide-content .highslideContainer,
	.highslide-gallery .highslide-content .highslideContainer .folderBackground,
	.highslide-gallery .highslide-content .highslideContainer img{
		width: 150px;
		height: 150px;
	}
}
        