.carousel1  {
   max-width: 1462px; /* ширина всего блока */
   margin: 50px auto;
   width:100%;
}
.carousel1-wrapper {
   margin: 10px 30px; /* отступы для стрелок */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position:relative;
       height: 349px;
}
.carousel1-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel1-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
       width: 343px; /* задаём ширину каждого элемента */
   padding: 10px 10px 10px 0px; /* делаем оступы, чтобы элементы не сливались */
}
.carousel1-block img{
	display:block;
 border-radius: 5px;
}

/*********** BUTTONS ***********/
.carousel1-button-left a, .carousel1-button-right a{
   width: 17px; 
   height: 70px; 
   position: relative;
    top: 144px;
   cursor: pointer; 
   text-decoration:none;
}

.carousel1-button-left a{
   float: left; 
   	left: -25px;
   background: url("/images/design_new/pix_l_t.png") no-repeat center right; 
}

.carousel1-button-left a:hover{
   background: url("/images/design_new/pix_l_t.png") no-repeat center left; 
}

.carousel1-button-right a{
   float: right;
   	right: -23px;
   background: url("/images/design_new/pix_r_t.png") no-repeat center left; 
}

.carousel1-button-right a:hover{
   background: url("/images/design_new/pix_r_t.png") no-repeat center right; 
}

/*********** SHADOW ***********/
.shadow{

}

@media screen and (max-width: 1700px) {
.carousel1 {
    max-width: 1111px;
}
}