.gallery3 .images3
{
	position:relative;
	width:100%;
	padding-bottom:60%;
	height:0
}
.gallery3 .images3>div,.gallery3 .images3>span
{
	position:absolute;
	display:block;
	width:100%;
	height:100%
}
.gallery3 .images3>div
{
	opacity:0;
	background:center no-repeat;
	background-size:cover;
	border-radius:3px;
	box-shadow:1px 1px 5px rgba(0,0,0,.4);
	-webkit-transition:all .88s ease;
	transition:all .88s ease
}
.gallery3 .images3>div.active
{
	opacity:1
}
.gallery3 .images3>span
{
	cursor:pointer;
	width:50px;
	color:#fff;
	text-shadow:0 0 5px #000;
	font-size:50px;
	height:100%;
	line-height:44px
}
.gallery3 .images3>span.right
{
	left:100%;
	margin-left:-38px
}
.gallery3 .images3>span.left
{
	padding-left:10px
}
.gallery3 .images3>span:before
{
	margin-top:-25px;
	top:50%;
	position:absolute;
	bottom:0
}
.gallery3 .images3>span.left:before
{
	content:"\00AB"
}
.gallery3 .images3>span.right:before
{
	content:"\00BB"
}
.gallery3 .thumbs3
{
	margin-top:10px;
	display:inline-block;
	width:100%;
	text-align:center;
	cursor:pointer
}
.gallery3 .thumbs3>div
{
	box-sizing:border-box;
	background:center no-repeat;
	background-size:cover;
	display:inline-block;
	position:relative;
	margin:4px;
	border:3px solid transparent;
	width:100px;
	height:100px;
	cursor:pointer;
	-webkit-transition:all .88s ease;
	transition:all .88s ease
}
	@media (max-width:768px)
{
.gallery3 .thumbs3>div
{
	width:65px;
	height:65px
}

}
.gallery3 .thumbs3>div:before
{
	content:'';
	width:0;
	height:0;
	border:solid transparent;
	border-width:0 5px 5px;
	position:absolute;
	left:45px;
	top:-8px;
	-webkit-transition:all .88s ease;
	transition:all .88s ease
}
	@media (max-width:768px)
{
.gallery3 .thumbs3>div:before
{
	left:25px
}

}
.gallery3 .thumbs3>div.active
{
	border-color:silver
}
.gallery3 .thumbs3>div.active:before
{
	border-bottom-color:silver
}

