.files
{
	background-color: #D7D7D7;
	margin: 15px 0 0 0;
	padding: 32px 0;
}
.files ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.files ul li
{
	display: inline-block;
}
.files ul li a
{
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding-bottom: 2px;
	display: block;
}
.files ul li a .name
{
	text-decoration: underline;
	margin: 17px 0 0 0;
}
.files .bx-wrapper
{
	position: relative;
}
.files .bx-wrapper .bx-controls a
{
	height: 40px;
	width: 25px;
	background-image: url('/images/front/icons.svg');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.files .bx-wrapper .bx-controls a.disabled
{
	display: none;
}
.files .bx-wrapper .bx-controls a.bx-prev 
{
  background-position: -405px -3px;
  left: -84px;
}
.files .bx-wrapper .bx-controls a.bx-prev:hover
{
	background-position: -405px -48px;
}
.files .bx-wrapper .bx-controls a.bx-next
{
	background-position: -440px -3px;
	right: -84px;
}
.files .bx-wrapper .bx-controls a.bx-next:hover
{
	background-position: -440px -48px;
}