.carousel-block21 {
   float: left; 
   width: 220px; 
   max-height:175px;
   overflow:hidden;
   padding: 0px 20px 0px 0px; 								
   position:relative;
}
.carousel-block21 img{
	height:175px;
	width:220px;
	display:block;
	transition:all 0.3s;
}

/*********** BUTTONS ***********/
.carousel-button-left21 a, .carousel-button-right21 a{
   width: 30px; 
   height: 105px; 
   position: relative;
   top: 0px; 
   cursor: pointer; 
   text-decoration:none;
   z-index:10;
}

.carousel-button-left21 a{
   position:absolute;
   top:98px;
   left:1px;
   background: url(../images/left2.png) no-repeat; 
}
.carousel-button-right21 a{
   position:absolute;
   top:98px;
   right:1px;																			/*исправленно*/
   background: url(../images/right2.png) no-repeat; 
}

.carousel-block21 p{
	color:#fff;
	width:210px;
	word-wrap:break-word;
	padding:5px 5px;
	line-height:20px;
	background: rgba(0, 0, 0, 0.6);
	position:absolute;
	bottom:0px;
	margin-bottom:0 !important;
}