.carousel  {
    max-width: 1462px;/* ������ ����� ����� */
   margin: 50px auto;
   width:100%;
}
.carousel-wrapper {
   margin: 10px 30px; /* ������� ��� ������� */
   overflow: hidden; /* �������� ����������, ��������� �� ����� �������� ������� */
   position:relative;
}
.carousel-items {
   width: 10000px; /* ������������� ������� ������ ��� ������ ��������� */
   position: relative; /* ������������� ���� ������������ �������� ������� �������� */
}
.carousel-block {
   float: left; /* ����������� ��� �������� �������� � ��� */
       width: 343px; /* ����� ������ ������� �������� */
   padding: 10px 10px 10px 0px; /* ������ ������, ����� �������� �� ��������� */
}
.carousel-block img{
	display:block;
border-radius: 5px;
}

/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   width: 17px; 
   height: 70px; 
   position: relative;
    top: 144px;
   cursor: pointer; 
   text-decoration:none;
}
.carousel-button-left a{
   float: left; 
   	left: -25px;
   background: url("/images/design_new/otz/otz_left.png") no-repeat center center; 
}
.carousel-button-right a{
   float: right;
   	right: -23px;
   background: url("/images/design_new/otz/otz_right.png") no-repeat center center; 
}

/*********** SHADOW ***********/
.shadow{

}

@media screen and (max-width: 1700px) {
.carousel {
    max-width: 1111px;
}
}