.projects-gallery{
	margin-bottom: 20px;
	height: 330px;
	overflow-x: hidden;
}
.projects-gallery__list{
	position: absolute;
	top: 65px;
	left: 0;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.projects-gallery__item{
	position: relative;
	float: left;
	margin-right: 8px;
}
.projects-gallery__image{
	width: 328px;
	height: 245px;
}
.projects-gallery__link{
	position: absolute;
	top: 0;
	left: 0;
	padding: 75px 50px 0;
	width: 228px;
	height: 170px;
	color: #282828;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.projects-gallery__link:hover{
	opacity: 1;
}
.projects-gallery__name{
	font-size: 18px;
	text-transform: uppercase;
}
.projects-gallery__name:after{
	content: "";
	display: block;
	margin: 5px auto;
	width: 65px;
	height: 4px;
	background: #e40f0f;
}

.projects-gallery__arrow{
	position: absolute;
	top: 86px;
	width: 58px;
	height: 69px;
	background: rgba(255,255,255,0.64);
	cursor: pointer;
	z-index: 10;
}
.projects-gallery__arrow_left{left: 0;}
.projects-gallery__arrow_right{right: 0;}
.projects-gallery__arrow:hover{
	background: rgba(255,255,255,0.8);
}
.projects-gallery__arrow:after{
	content: "";
	position: absolute;
	top: 10px;
	display: block;
	width: 27px;
	height: 47px;
	background-image: url(/local/templates/mdm/img/icons.png);
}
.projects-gallery__arrow_left:after{left: 12px;background-position: -684px 0;}
.projects-gallery__arrow_right:after{right: 12px;background-position: -711px 0;}
.projects-gallery__arrow_left:hover:after{background-position: -738px 0;}
.projects-gallery__arrow_right:hover:after{background-position: -765px 0;}

.projects-gallery__button{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/local/templates/mdm/img/pattern.png) repeat;
}
.projects-gallery__button:hover{
	background-image: url(/local/templates/mdm/img/pattern_red.png);
}